Authentication
Create or renew your access tokens
Create or renew your access token.
:::info If you need more info on tokens, check our user guides. :::
post/token
Request body
Example request
{
"api_key": "AAAA.1234567890abcdef1234567890abcdefPTs="
}Response
The operation was successful.
Example response
{
"access_token": "abJraWQi...",
"refresh_token": "abJraWQi...",
"organization_id": 1234,
"token_expires_at": 1700000000000
}