Skip to main content
POST
cURL

Body

application/json
client_id
string
required

Unique client identifier

client_secret
string
required

Unique client secret

grant_type
string
required

Access type

Response

response upon logging in

accessToken
string

The access token to be used in the API. DO NOT EXPOSE THIS TOKEN TO THE CLIENT!

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"