latestOpenAPI 3.1.02026-08-11214235.9 KB

28797307aae6

OAuth

OAuth 2.0 token endpoint (client_credentials grant)

Exchange client credentials for a short-lived access token.

Request (application/x-www-form-urlencoded): grant_type=client_credentials&client_id=...&client_secret=...

Returns a signed JWT carrying the client's granted scopes.

post/api/oauth/token

Response

OK

access_tokenstring required
token_typestring
expires_ininteger required
scopestring required