Create an installation
Creates a new installation for an app.
The installation associates an app with the authenticated company using a specific tier from the app’s manifest. The tier determines which permissions are granted to the installation.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
Successfully created 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"

