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

List third-party integrations enabled on a site

Returns a paginated list of integrations currently enabled on the site. Integrations extend site functionality with third-party services such as analytics, support, or authentication providers. Use this to audit which integrations are active, or to find an integration before updating its settings.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

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

The unique id of the site

Query parameters
searchstringOptional

A search string to filter integrations by name

Responses
200

Listing of integrations enabled in the site.

application/json
countnumberOptional

Total count of objects in the list

get/orgs/{organizationId}/sites/{siteId}/integrations
200

Listing of integrations enabled in the site.

Last updated

Was this helpful?

Powered by GitBook