API Reference/Access Keys (API Keys) POST/v1/auth/accesskey/exchangeSendHeadersBodyAuthorizationAuthorizationRequiredBearer <token>In: headerRequest Bodyapplication/jsonRequiredloginOptionsobjectShow AttributescURLJavaScriptGoPythoncurl -X POST "https://api.descope.com/v1/auth/accesskey/exchange" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "loginOptions": { "customClaims": {} } }'200OKResponse{ "keyId": "string", "sessionJwt": "string" }TypeScript Was this helpful?PreviousReset Password POSTNextToken Validation Key (V1) GET