Skip to main content

Authenticate and receive an access token

Authenticate using an API key and receive an access token for further API requests.

Request Body REQUIRED
api_key string

The API key for authentication. To obtain a valid API key, please reach out to our support team.

Responses
200

Successful login.

Schema OPTIONAL
access_token string OPTIONAL

The access token for further API requests. Include this token in your requests as Bearer access_token.