issue an OAuth v2 client credentials access token
POST/v2/oauth/token
Exchange an OAuth client ID and client secret for a Bearer access token. Send the request as application/x-www-form-urlencoded. Leave scope blank to use the registered client scopes still allowed by the owner client's current CLIENT_CONFIG permissions projection, or provide a space-separated subset to limit the issued token.
Request
Responses
- 200
- 400
- 401
OAuth token response.
OAuth invalid request, grant, or scope.
OAuth invalid client.