Get Access Token

This endpoint allows users to obtain an access token using client credentials for authentication across rootVX APIs. The token can be used for secure API access and includes details such as scope, expiration time, and token type. A valid client_id, client_secret, audience, and grant_type must be provided to retrieve the token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The client ID assigned for authentication.

string
required

The secret key associated with the client ID.

string
required

The API audience for which the token is being requested.

string
required

The authentication method (e.g., client_credentials).

Response

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