curl --request GET \
--url https://api.getcargo.io/v1/connection/integrations/{slug}/completeOauth \
--header 'Authorization: Bearer <token>'{
"value": "<string>",
"extraValues": {}
}Complete OAuth flow for an integration
curl --request GET \
--url https://api.getcargo.io/v1/connection/integrations/{slug}/completeOauth \
--header 'Authorization: Bearer <token>'{
"value": "<string>",
"extraValues": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Integration slug.
Was this page helpful?