Generate an OAuth2 access token

Standard OAuth2 token endpoint for obtaining access tokens using the client credentials grant flow.
This endpoint is used to exchange OAuth2 client credentials for an access token that can be used to
authenticate API requests. The client credentials should be provided in the request body as
form-urlencoded data with client_id, client_secret, and grant_type.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data

Request model for OAuth2 token generation (form-urlencoded)
[JsonPropertyName] attribute is needed for Swagger/OpenAPI schema generation (via FormUrlEncodedOperationFilter)

string
required
length ≥ 1

The OAuth2 grant type (must be "client_credentials")

string | null

The client ID for authentication (optional if using Authorization header)

string | null

The client secret for authentication (optional if using Authorization header)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json