ApiO Auth
POST
/v1/outbound/oauth/connect

Authorization

Descope Project ID:Refresh JWT
AuthorizationBearer <token>

Project ID:Refresh JWT as bearer token.

In: header

Request Body

application/json

appId?string
projectId?string
tenantId?string
tenantLevel?boolean
options?object

OAuth App Requests & Responses

Start connecting an outbound OAuth application on behalf of the authenticated user

curl -X POST "https://api.descope.com/v1/outbound/oauth/connect" \  -H "Content-Type: application/json" \  -d '{}'
{  "url": "string"}
export interface Response {url?: string}
Was this helpful?