Skip to main content
POST
/
api
/
integrations
/
{provider}
/
connect
Initiate OAuth connection
curl --request POST \
  --url https://api.example.com/api/integrations/{provider}/connect \
  --header 'Authorization: Bearer <token>'
{
  "authorization_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider
string
required

Response

Successful Response

Response from POST /connect — contains authorization URL.

authorization_url
string
required