OAuth 2.0 token endpoint. Supports ‘authorization_code’ grant type for exchanging authorization codes for tokens, and ‘refresh_token’ grant type for refreshing access tokens.
OAuth 2.0 token request
OAuth application client ID
"app_12345"
OAuth application client secret
OAuth grant type
authorization_code, refresh_token "authorization_code"
Redirect URI used during authorization (required for authorization_code grant)
"https://example.com/callback"
Authorization code (required for authorization_code grant)
Refresh token (required for refresh_token grant)
OK
The response is of type object.