Installation
Create a new installation
POST
/
projects
/
{projectIdOrName}
/
integrations
/
{integrationId}
/
installations
Authorizations
Body
application/json
The ID of the user group that has access to this installation.
The config of the installation.
The ID of the SaaS connection tied to this installation. If omitted the default connection for this group will be used.
Response
201 - application/json
The installation ID.
The Ampersand project ID.
The integration ID.
The health status of the installation ("healthy", "unhealthy").
The time the integration was first installed.
The person who did the installation, in the format of "consumer:{consumer-id}".
The time the installation was last updated with a new config.
Was this page helpful?