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.
When the installation happened, as an ISO 8601 local date-time with no offset or zone —
2024-01-15T10:30:00. Read it as UTC. This is deliberately not format: date-time, which
means RFC 3339 and would require an offset the server does not send.
^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?$"2024-01-15T10:30:00"

