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>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

Resource slug

Response

Successful response

value
string
required

OAuth completion result value.