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>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

category
string

Filter integrations by category.

slug
string

Filter integrations by slug.

Search integrations by name (case-insensitive partial match).

hasActions
enum<string>

Filter integrations that have at least one action.

Available options:
true,
false
hasExtractors
enum<string>

Filter integrations that have at least one extractor.

Available options:
true,
false

Response

Successful response

integrations
any[]
required

List of integrations.