List all integration installations
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Query parameters
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
searchstringOptional
A search string to filter integrations by name
Responses
200
List of integrations with the associated installations.
application/json
countnumberOptional
Total count of objects in the list
get/orgs/{organizationId}/installations
200
List of integrations with the associated installations.
Last updated
Was this helpful?