OAuth 2.0 / OpenID Connect
Exchange an authorization code, device code, or refresh token
Use HTTP Basic client authentication when possible. client_secret_post remains supported for compatibility. Public device clients send client_id without a secret. Repeated parameters and multiple client authentication methods are rejected.
post/api/oauth/token
Response
OAuth tokens.
Changes
No recorded changes to this endpoint across all 1 revision of this API.