oauth
Open the interactive API reference (Swagger) ↗ — full request/response schemas and a try-it console.
POST
/oauth/tokenIssue an access token
OAuth2 token endpoint supporting the `client_credentials` grant. Client authentication is accepted via HTTP Basic (`client_secret_basic`, preferred) or form fields (`client_secret_post`). Returns a short-lived bearer token for the public API.