OpenapiV1ConnectSessions/v1/connect/sessions POST

/v1/connect/sessions

POST
/v1/connect/sessions

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/connect/sessions" \  -H "Content-Type: application/json" \  -d '{    "integrationId": "string"  }'
{  "connectSessionToken": "string",  "authorizationUrl": "http://example.com",  "expiresAt": "2019-08-24T14:15:22Z"}