Get an installation
Returns a single installation by its ID.
With a company-scoped token (e.g. a user token), the installation must belong to the authenticated company.
With an app client-credentials token, the installation must belong to the authenticated app.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier for the installation.
Response
Successfully retrieved the installation.
An installation represents an app that has been installed for a company.
Unique identifier for the installation.
12345
The ID of the installed app.
67
The ID of the company that installed the app.
345
The tier selected during installation.
"basic"
The permissions granted to this installation.
The timestamp when the installation occurred.
"2024-01-15T10:30:00"

