Skip to main content
GET
/
connection
/
nativeIntegrations
/
{slug}
Get native integration
curl --request GET \
  --url https://api.getcargo.io/v1/connection/nativeIntegrations/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "nativeIntegration": {
    "actions": {}
  }
}

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

Response body schema.

nativeIntegration
Native integration · object
required

Native integration details.