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.
Path parameters
The unique identifier (UUID) for the organization. This specifies the organization within which the webhook destination is created.
Query parameters
Specifies the maximum number of integration configurations to retrieve per page.
The nextToken for multi-page retrievals. It is used to fetch the next page of integration configurations in a paginated list.
optional filter for a specific destination
Response
Return the IntegrationConfigs
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
- ▲
removed the required property
data/items/allOf[subschema #3]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/allOf[subschema #3]/versionfrom the response with the200statusresponse-required-property-removed
- ○
added the new optional
queryrequest parameterdestinationIdnew-optional-request-parameter
- ▲
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
added the optional property
datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
nextTokento the response with the200statusresponse-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 status200response-body-type-changed
- ●
removed the optional property
datafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
nextTokenfrom the response with the200statusresponse-optional-property-removed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲