Initiate OAuth flow for a third-party provider.
Returns an authorization URL to redirect the user to.
cURL
curl --request POST \ --url https://api.example.com/api/integrations/{provider}/connect \ --header 'Authorization: Bearer <token>'
{ "authorization_url": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response from POST /connect — contains authorization URL.