List app invites
Returns all app invites for the authenticated company and app.
Results are paginated using page (1-based, default 1) and per_page
(default 100) query parameters. Optionally filter results to a specific
installation using installation_id.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of page. Stars from the first (1) page.
Number of records to return.
Filter results to invites belonging to a specific installation. The installation must be owned by the authenticated caller (matching app and/or company).
Response
Successfully retrieved list of app invites.
A paginated list of app invites.
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

