List all public integrations
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
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
Paginated list of integrations
application/json
countnumberOptional
Total count of objects in the list
get/integrations
200
Paginated list of integrations
Last updated
Was this helpful?