Obtain OAuth 2.0 Access Token

Authenticates a client using the OAuth 2.0 Client Credentials flow and returns an access token for API requests.

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

Must be client_credentials for this flow.

Allowed:
string

The client ID issued during registration.

string

The client secret issued during registration.

string
enum

The scopes requested for the access token. MUST be openid.

Allowed:
Responses

400

Invalid request parameters (e.g., missing or incorrect grant_type)

401

Authentication failed (e.g., invalid client credentials)

500

Internal server error

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