Skip to main content
POST
/
v3
/
integrations
/
{integration}
/
connect
Connect Integration
curl --request POST \
  --url https://app.plugchoice.com/api/v3/integrations/{integration}/connect \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "onboarding_url": "<string>"
}
Returns the onboarding URL for the specified integration. Use this URL to redirect the user to the integration’s OAuth authorization flow.
integration
integer
required
The ID of the integration.

Response

success
boolean
Whether the request was successful.
onboarding_url
string
The URL to redirect the user to for OAuth onboarding.