/v1/mgmt/outbound/app/tenant/oauthtoken/uploadAuthorization
Descope Project ID and Management Key Project ID:Management Key as bearer token.
In: header
Request Body
application/json
int32Upload (migrate) an existing OAuth token for a tenant on an OAuth-type outbound application, using a valid management key.
curl -X POST "https://api.descope.com/v1/mgmt/outbound/app/tenant/oauthtoken/upload" \ -H "Content-Type: application/json" \ -d '{}'{}export interface Response {}Batch upload user OAuth tokens for outbound app POST
Batch upload (migrate) existing OAuth tokens for users on OAuth-type outbound applications. All-or-nothing: if any item fails per-item validation, the failures are returned and no tokens are committed; the caller should fix the failures and retry the entire batch.
Upload user OAuth token for outbound app POST
Upload (migrate) an existing OAuth token for a user on an OAuth-type outbound application, using a valid management key. Used to import tokens that were previously managed outside of Descope without requiring users to re-run the OAuth flow.