Provides Bearer access tokens based on the client credentials grant type.
Client Credentials
(client_id + client_secret) to call this endpoint. See Quickstart or Authentication to get started.access_token
for your client. You can reuse the token in your service and only call this endpoint when the time you retrieved this + expires_in
is going to pass.Successfully authenticated and generated Bearer token.
The response is of type object
.