List all public integrations along with private ones trusted by the specific org.
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Query parameters
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
searchstringOptional
A search string to filter integrations by name
categorystring · enumOptionalPossible values:
Filter the integrations by category
blockDomainstring · max: 100OptionalPattern:
Filter the integrations by block's domains
^[a-zA-Z0-9-_.]+$blocksbooleanOptional
If true, returns only integrations with blocks. If false, returns only integrations without blocks.
contentSourcesbooleanOptional
If true, returns only integrations with contentSources. If false, returns only integrations without contentSources.
ownerstringOptional
If defined, only list integrations owned by the given organization.
scopestring · enumOptionalPossible values:
Filter the integrations by scope
targetstring · enumOptionalPossible values:
The target on which the integration can operate and needs to be configured for
Responses
200
List of integrations.
application/json
countnumberOptional
Total count of objects in the list
get/orgs/{organizationId}/integrations
200
List of integrations.
Last updated
Was this helpful?