Skip to main content
GET
/
connection
/
customIntegrations
/
list
List custom integrations
curl --request GET \
  --url https://api.getcargo.io/v1/connection/customIntegrations/list \
  --header 'Authorization: Bearer <token>'
{
  "customIntegrations": [
    {
      "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.

Response

Successful response

Response body schema.

customIntegrations
Custom integrations · object[]
required

List of custom integrations.