Issue OAuth2 client credentials access token

Issue an access token using the OAuth 2.0 client_credentials grant.

  • Authenticate with HTTP Basic using client_id and client_secret.
  • Alternatively pass client_id and client_secret in the request body.
Language
Click Try It! to start a request and see the response here!