Skip to main content
POST
Get integration search count

Authorizations

Authorization
string
header
required

Team API key sent as a Bearer token. Create a key in Wirespeed under Settings → Team. See https://docs.wirespeed.co/api-reference/authentication.

Body

application/json
size
number
page
number
filter
string
orderBy
string
orderDir
enum<string>
Available options:
asc,
desc
includeDisabled
boolean

Include disabled integrations in search results

healthStatus
enum<string>[]

Filter by health status (multiple allowed)

Available options:
healthy,
unhealthy,
unstable,
unknown
ids
string[]

Restrict results to the given integration IDs

integrationTypes
enum<string>[]

Restrict results to integrations matching any of the provided integration types

Available options:
collaboration,
endpoint,
identity,
network_vpn,
cloud,
siem,
saas,
attack_simulation,
deception,
enrichment,
email,
firewall,
dns,
custom,
ai
ownershipScope
enum<string>

For service-provider callers only: CLIENTS returns integrations on managed client teams (default SP behavior); SERVICE_PROVIDER returns integrations owned directly by the SP team. Non-SP callers must omit this field.

Available options:
CLIENTS,
SERVICE_PROVIDER

Response

totalCount
number
required

Total count of integrations matching the search criteria