Skip to main content
POST
Get access token

Body

application/json
clientId
string
required

Your API client ID

Example:

"your-client-id"

clientSecret
string
required

Your API client secret

Example:

"your-client-secret"

Response

Access Token Response

accessToken
string

JWT access token for API authentication

Example:

"eyJhbGciOiJSUzI1NiIsImtpZCI6IjMzMDUxMThiZTBmNTZkYzA4NGE0NmExN2RiNzU1NjVkNzY4YmE2ZmUiLCJ0eXAiOiJKV1QifQ..."

expirationTime
number

Token expiration timestamp

Example:

1717702808582

expiresIn
number

Time until token expiration in milliseconds (not a timestamp)

Example:

3600000

tokenType
string

Type of token (always Bearer)

Example:

"Bearer"

refreshToken
string

Refresh token for obtaining new access tokens

Example:

"AMf-vBx..."