Skip to main content
POST
Retrieve contacts from your address book with filtering by tags, search, and pagination.

Request Body

integer
default:50
Maximum contacts to return. Max: 100.
integer
default:0
Number of records to skip for pagination.
Search contacts by name, phone number, email, or company.
array
Filter by tags (contact must have all specified tags).Example: ["customer"]
string
default:"updated_at"
Sort field: name, created_at, or updated_at.
string
default:"desc"
Sort order: asc or desc.

Response

array
Array of contact objects.
integer
Total number of contacts matching filters.
boolean
Whether there are more contacts to paginate.