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

Changes

Changed in 2 of the 10 revisions of this API.222

    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the optional property data to the response with the 200 status

      response-optional-property-added

    • added the optional property nextToken to the response with the 200 status

      response-optional-property-added

    This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the optional property data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property nextToken from the response with the 200 status

      response-optional-property-removed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog