POST
/v1/mgmt/outbound/app/connectAuthorization
Descope Project ID:Refresh JWT AuthorizationBearer <token>
Project ID:Refresh JWT as bearer token.
In: header
Request Body
application/json
appId?string
options?object
Connect to outbound application, using a valid JWT.
curl -X POST "https://api.descope.com/v1/mgmt/outbound/app/connect" \ -H "Content-Type: application/json" \ -d '{}'{ "url": "string"}export interface Response {url?: string} Was this helpful?
Create outbound application by existing template POST
Create a new outbound application by existing template using a valid management key.
Upload user API key for outbound app POST
Upload/set a static API key for a user on an apikey-type outbound application, using a valid management key. An optional externalIdentifier lets you store multiple keys for the same user and application, each addressable by that identifier when fetching the token. Uploading again with the same externalIdentifier (or with none) replaces the existing key.