> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Integration

Returns the onboarding URL for the specified integration. Use this URL to redirect the user to the integration's OAuth authorization flow.

<ParamField path="integration" type="integer" required>
  The ID of the integration.
</ParamField>

## Response

<ResponseField name="success" type="boolean">
  Whether the request was successful.
</ResponseField>

<ResponseField name="onboarding_url" type="string">
  The URL to redirect the user to for OAuth onboarding.
</ResponseField>
