Generate an application access token using OAuth 2.0 client credentials flow for server-to-server authentication. Requires client ID and secret sent via Basic authentication header with grant_type=client_credentials in the request body. Returns a bearer access token with expiration time for authenticating API requests scoped to your application. Essential for secure API access.
The access token received from the authorization server in the OAuth 2.0 flow.
OAuth get token request. Client credentials are sent in the Authorization header using Basic authentication.
The body is of type object
.
successful operation
The response is of type object
.