Installation
Create a new installation
POST
/
projects
/
{projectIdOrName}
/
integrations
/
{integrationId}
/
installations
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
projectIdOrName
string
requiredintegrationId
string
requiredBody
application/json
groupRef
string
requiredThe ID of the user group that has access to this installation.
connectionId
string
The ID of the SaaS connection tied to this installation. If omitted the default connection for this group will be used.
config
object
requiredThe config of the installation.
Response
201 - application/json
id
string
requiredThe installation ID.
projectId
string
requiredThe Ampersand project ID.
integrationId
string
requiredThe integration ID.
group
object
healthStatus
string
requiredThe health status of the installation ("healthy", "unhealthy").
connection
object
requiredcreateTime
string
requiredThe time the integration was first installed.
createdBy
string
requiredThe person who did the installation, in the format of "consumer:{consumer-id}".
updateTime
string
The time the installation was last updated with a new config.
config
object
requiredWas this page helpful?