v1

latestOpenAPI 3.0.32026-08-0610436.2 KB
Zapier Integration
Clients

Get Clients

Retrieve clients with filtering and pagination options

get/api/integrations/zapier/triggers/clients

Query parameters

workspace_idstring uuid required

Workspace ID to filter clients

type'individual' | 'company'

Filter by client type

status'active' | 'inactive'

Filter by client status

currencystring

Filter by currency

has_email'true' | 'false'

Filter by whether client has email

has_phone'true' | 'false'

Filter by whether client has phone

has_address'true' | 'false'

Filter by whether client has address

has_notes'true' | 'false'

Filter by whether client has notes

has_projects'true' | 'false'

Filter by whether client has projects

created_afterstring date-time

Filter clients created after this date

created_beforestring date-time

Filter clients created before this date

limitinteger

Number of clients to return

offsetinteger

Number of clients to skip

Response

List of clients

idstring uuid
namestring
type'individual' | 'company'
status'active' | 'inactive'
emailstring email nullable
phonestring nullable
addressstring nullable
notestring nullable
currencystring
project_countinteger
workspace_countinteger
created_atstring date-time
updated_atstring date-time