curl --request GET \
--url https://api.getcargo.io/v1/connection/customIntegrations/{slug} \
--header 'Authorization: Bearer <token>'{
"connector": {
"uuid": "<string>",
"workspaceUuid": "<string>",
"slug": "<string>",
"baseUrl": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}Get a custom integration by slug
curl --request GET \
--url https://api.getcargo.io/v1/connection/customIntegrations/{slug} \
--header 'Authorization: Bearer <token>'{
"connector": {
"uuid": "<string>",
"workspaceUuid": "<string>",
"slug": "<string>",
"baseUrl": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource slug
Successful response
Custom integration details.
Show child attributes
Was this page helpful?