List installations
Returns a paginated list of installations.
With a company-scoped token (e.g. a user token), lists the installations of the
authenticated company, optionally filtered by app category using the app_category
query parameter.
With an app client-credentials token, lists the installations of the authenticated
app across all companies, optionally narrowed to a single company using the
company_id query parameter. Use this to look up the installation id for a company
before creating an installation-scoped access token.
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 Filter installations by company. Only meaningful with an app client-credentials token; with a company-scoped token the value must match the authenticated company.
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

