Get auth token
Obtain an access token using client credentials. No bearer auth required.
post/api/v3/token/
Request body
Response
Token issued successfully
Example response
{
"token_type": "Bearer"
}Obtain an access token using client credentials. No bearer auth required.
Token issued successfully
{
"token_type": "Bearer"
}