Token
OAuth
Token
Exchange an authorization code, client credentials, or refresh token for an access token.
POST
Token
Body
One of: authorization_code, client_credentials, refresh_token
Example:
"authorization_code"
Example:
"your-client-id"
Example:
"your-client-secret"
Authorization code (for authorization_code grant)
Example:
"https://app.example.com/callback"
Refresh token (for refresh_token grant)