Skip to main content
GET
/
connection
/
integrations
/
list
List integrations
curl --request GET \
  --url https://api.getcargo.io/v1/connection/integrations/list \
  --header 'Authorization: Bearer <token>'
{
  "integrations": [
    "<unknown>"
  ]
}

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.

integrations
any[]
required

List of integrations.