curl --request GET \
--url https://api.getcargo.io/v1/connection/nativeIntegrations/{slug} \
--header 'Authorization: Bearer <token>'{
"nativeIntegration": {
"actions": {}
}
}Get a native integration by slug
curl --request GET \
--url https://api.getcargo.io/v1/connection/nativeIntegrations/{slug} \
--header 'Authorization: Bearer <token>'{
"nativeIntegration": {
"actions": {}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource slug
Successful response
Response body schema.
Native integration details.
Show child attributes
Was this page helpful?