OAuth2 token exchange
POST/oauth2/token
Exchange credentials for an OAuth2 access token. This endpoint supports the OAuth2 client credentials flow.
Note: This is an alternative to Basic Authentication for clients that prefer token-based authentication.
Request
Responses
- 200
- 400
- 401
Access token issued
Invalid request
Invalid credentials