Install an integration on a site
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100RequiredPattern:
Name of the integration.
^[a-zA-Z0-9-_.]+$installationIdstringRequired
Identifier of the installation
Query parameters
extendedbooleanOptionalDefault:
If true, returns the site object in each items. If false, returns the site ID in each items.
falseBody
siteIdstringRequired
ID of the site to install the integration on
Responses
201
Integration installed successfully on site
application/json
404
Not Found
application/json
post/integrations/{integrationName}/installations/{installationId}/sites
Last updated
Was this helpful?