v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
OAuth

Issue Access Token

Issue an OAuth access token using client credentials grant. Use HTTP Basic Authentication with your client_id and client_secret.

post/oauth/v1/token

Response

Successfully issued access token

access_tokenstring required

The access token issued by the authorization server

token_typestring required

The type of token issued (always 'bearer')

expires_ininteger required

The lifetime in seconds of the access token

scopestring nullable

Space-separated list of scopes granted