v6

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-02-2321214.6 KB
Authentication

Exchange ID token for access token

Exchange an ID token for an access token using OAuth 2.0 token exchange. This endpoint is used internally by the SDK when token exchange is configured.

post/oauth/token

Response

Token exchange successful

access_tokenstring required

Access token for API authentication

token_typestring required
expires_ininteger required

Token expiration time in seconds

Example response

{
  "token_type": "Bearer",
  "expires_in": 3600
}
All 2 operations