List third-party integrations enabled on a site
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[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?