curl --request GET \
--url https://api.getcargo.io/v1/connection/integrations/list \
--header 'Authorization: Bearer <token>'{
"integrations": [
"<unknown>"
]
}List all available 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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter integrations by category.
Filter integrations by slug.
Search integrations by name (case-insensitive partial match).
Filter integrations that have at least one action.
true, false Filter integrations that have at least one extractor.
true, false Successful response
List of integrations.
Was this page helpful?