POST
/v1/mgmt/outbound/app/connect

Authorization

Descope Project ID:Refresh JWT

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?