v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
Integrations

List Destinations

Retrieve a list of all Destinations created in the Organization.

get/organizations/{orgId}/integrationdestinations/webhooks

Path parameters

orgIdstring required

UUID of the organization

Query parameters

pageSizeinteger

Number of WebhookIntegrations to retrieve per page

nextTokenstring

nextToken for multi page retrievals

idsstring[]

Response

Returns a list of Destinations.

nextTokenstring

Example response

{
  "data": [
    {
      "credentials": {
        "apiKey": "api key",
        "secret": "api secret"
      }
    }
  ]
}