/v1/mgmt/outbound/app/user/oauthtoken/uploadAuthorization
Descope Project ID and Management Key Project ID:Management Key as bearer token.
In: header
Request Body
application/json
int32int32Upload a user OAuth token for an outbound application
Import a pre-existing user-scoped OAuth token into an outbound application without requiring the user to re-run the OAuth flow. Requires a management key.
curl -X POST "https://api.descope.com/v1/mgmt/outbound/app/user/oauthtoken/upload" \ -H "Content-Type: application/json" \ -d '{}'{}export interface Response {}Upload tenant API key for outbound app POST
Upload/set a static API key for a tenant on an apikey-type outbound application, using a valid management key. An optional externalIdentifier lets you store multiple keys for the same tenant and application, each addressable by that identifier when fetching the token. Uploading again with the same externalIdentifier (or with none) replaces the existing key.
Upload Outbound App Tenant OAuth Token POST
### Upload a tenant OAuth token for an outbound application Import a pre-existing tenant-scoped OAuth token into an outbound application without requiring the user to re-run the OAuth flow. Requires a management key.