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

has_moreboolean required

Indicates whether there are more items to be fetched in the subsequent pages.

next_cursorstring

The cursor to use in pagination. Use this value as starting_after to get the next page.

Example response

{
  "has_more": true,
  "next_cursor": "VeN1GjhVIq1D9h",
  "data": [
    {
      "id": "amazon-ads",
      "name": "Amazon Ads",
      "min_required_plan": "BUSINESS",
      "abilities": [
        "EltSource"
      ]
    }
  ]
}