For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get an integration site installation

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100Required

Name of the integration.

Pattern: ^[a-zA-Z0-9-_.]+$
installationIdstringRequired

Identifier of the installation

siteIdstringRequired

The unique id of the site

Query parameters
extendedbooleanOptional

If true, returns the site object in each items. If false, returns the site ID in each items.

Default: false
Responses
200

Integration site installation

application/json

Base properties of an installation of an integration on a site or space.

integrationstringRequired

Unique name identifier of the integration

installationstringRequired

ID of the integration installation

statusstring · enumRequiredPossible values:
configurationobjectRequired

Configuration of the integration for this site

externalIdsstring[] · max: 5Required

External IDs assigned by the integration.

siteone ofRequired

The site the integration is installed on. Using the string value is deprecated in favor of site.id

stringOptional
or
get/integrations/{integrationName}/installations/{installationId}/sites/{siteId}

Last updated

Was this helpful?

Powered by GitBook