v1

latestOpenAPI 3.0.42026-08-0462132372.2 KB

Create OAuth token

Exchange OAuth credentials for an access token

post/v1/oauth/token

Request body

grant_type'client_credentials' required
client_idstring required
client_secretstring required
scopestring

Optional space-separated scopes for the access token. Defaults to *.

Response

token created

access_tokenstring required
token_typestring required
expires_ininteger required