curl --request POST \
--url https://app.plugchoice.com/api/v3/integrations/{integration}/connect \
--header 'Authorization: Bearer <token>'{
"success": true,
"onboarding_url": "<string>"
}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.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.