Integrations

List All IntegrationConfigs

List all integration configurations.

This endpoint retrieves a list of all integration configurations for the specified Organization. The list can be paginated for easier management.

get/organizations/{orgId}/integrationconfigs

Path parameters

orgIdstring required

The unique identifier (UUID) for the organization. This specifies the organization within which the webhook destination is created.

Query parameters

pageSizeinteger

Specifies the maximum number of integration configurations to retrieve per page.

nextTokenstring

The nextToken for multi-page retrievals. It is used to fetch the next page of integration configurations in a paginated list.

destinationIdstring

optional filter for a specific destination

Response

Return the IntegrationConfigs

nextTokenstring

Example response

{
  "data": [
    {
      "entityType": "Bill",
      "entityId": "00000000-0000-0000-0000-000000000000",
      "destination": "Stripe",
      "destinationId": "00000000-0000-0000-0000-000000000000",
      "integrationCredentialsId": "00000000-0000-0000-0000-000000000000",
      "name": "My Integration"
    }
  ]
}

Changes

Changed in 3 of the 10 revisions of this API.423

  • 0f92c877619f21See the full diff
    • removed the required property data/items/allOf[subschema #3]/id from the response with the 200 status

      response-required-property-removed

    • removed the required property data/items/allOf[subschema #3]/version from the response with the 200 status

      response-required-property-removed

    • added the new optional query request parameter destinationId

      new-optional-request-parameter

    • 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