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": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Integration slug.
Was this page helpful?