List installations
Returns a paginated list of installations for the authenticated company.
Optionally filter by app category using the app_category query parameter.
Results are paginated using page (1-based, default 1) and per_page
(default 100) query parameters.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter installations by app category. Can be specified multiple times to filter by multiple categories.
destination_connector Number of page. Stars from the first (1) page.
Number of records to return.
Response
Successfully retrieved list of installations.
A paginated list of installations.
The number of requested page.
1
Total amount of accessible Access Rules
15000
Total amount of pages.
10
The number of previous page (if exists). Also can refer to the latest existing page if non-existing page was requested.
1
The number of next page (if exists).
42

