Skip to main content
GET
Get the number of integrations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

kind
enum<string> | null

Filter by integration kind (source, destination, or both) Query filter: source-only, destination-only, or both.

Available options:
source,
destination,
both
integration_type__not
string[] | null

Exclude integrations with these integration types

Maximum array length: 50
Maximum string length: 255
record_type__in
string[] | null

Filter to integrations that handle any of these record types (match ANY). Unknown slugs are ignored; wildcard integrations always match.

Maximum array length: 50
Maximum string length: 255
search
string | null

Search integrations by name or type. Multi-word queries use AND logic.

Maximum string length: 255

Response

Successful Response

Response model for Count Integrations endpoint.

count
integer
required

The number of integrations for the organization.