v1
latestOpenAPI 3.0.42026-07-2271315.1 KBAuthentication API
Get Partner Token
Application-level token. Exchange your client_id and secret_key for a partner access token, which is used to mint individual user tokens.
post/oauth/partner/access-token
Headers
Content-Typestring required
Response
Partner access token issued
Example response
{
"token_type": "bearer",
"expires_in": 3600
}