Skip to main content

Obtain Access Token

POST 

/api/v1/authentication/login

Obtains an access token for a client using x-client-id and x-api-key headers. The token must be included in the Authorization: Bearer [token] header of all subsequent API requests. The access token is typically valid for 30 minutes.

Request

Responses

Successful Response

Schema
    access_token Access Tokenrequired

    The access token provided for client authentication.

    token_type Token Typerequired

    The type of the token.

Loading...