Skip to main content
GET
/
connection
/
customIntegrations
/
{slug}
Get custom integration
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>"
  }
}

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

connector
Custom integration · object
required

Custom integration details.