latestOpenAPI 3.0.02026-08-137192110.1 KB
75294f591cc2
Integrations
List integrations
List all integrations that are available in Weld for the current account based on their plan and entitlements.
get/integrations
Query parameters
ability'EltSource' | 'ReverseEtlDestination'
Filter integrations by a supported ability. Defaults to EltSource when omitted.
Response
Example response
{
"has_more": true,
"next_cursor": "VeN1GjhVIq1D9h",
"data": [
{
"id": "amazon-ads",
"name": "Amazon Ads",
"min_required_plan": "BUSINESS",
"abilities": [
"EltSource"
]
}
]
}