Skip to main content
POST
Search for contacts

Supported products

Autorisierungen

Authorization
string
header
erforderlich

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Describes a search request

after
string
erforderlich

A paging cursor token for retrieving subsequent pages.

filterGroups
object[]
erforderlich

Up to 6 groups of filters defining additional query criteria.

limit
integer<int32>
erforderlich

The maximum results to return, up to 200 objects.

properties
string[]
erforderlich

A list of property names to include in the response.

sorts
string[]
erforderlich

Specifies sorting order based on object properties.

query
string

The search query string, up to 3000 characters.

Antwort

successful operation

Represents a list of simple objects returned from an API request, along with the total count of objects available.

results
object[]
erforderlich
total
integer<int32>
erforderlich

The number of available results

paging
object
Zuletzt geändert am 1. April 2026