Skip to main content
GET
/
connection
/
integrations
/
{slug}
/
completeOauth
Complete OAuth
curl --request GET \
  --url https://api.getcargo.io/v1/connection/integrations/{slug}/completeOauth \
  --header 'Authorization: Bearer <token>'
{
  "value": "<string>",
  "extraValues": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

Integration slug.

Response

Successful response

value
string
required

OAuth completion result value.

extraValues
Extra values · object

Additional values returned by the OAuth flow (e.g. user tokens).