Skip to main content

Authorize and return API access token

POST 

/api/v1/token/authorize

Finds an account with provided username and password, if exists and returns new API access token.

Request

Body

required

    email stringrequired

    Email to authorize

    password stringrequired

    Secret password to authorize

Responses

Login successful, access token created

Schema

    token stringrequired

    Auth token

    refreshToken stringrequired

    Refresh token

Loading...