Get all contacts
Returns a paginated list of customers. Supports filtering, search, and sorting.
Endpoint
GET /external/v1/customersQuery Parameters
Name
Type
Description
Default
Constraints
Response — 200 OK
{
"data": [
{
"name": "string",
"email": "[email protected]",
"whatsapp_number": "string",
"source": "string",
"ip": "string",
"city": "string",
"country": "string",
"location": "string",
"latitude": "string",
"longitude": "string",
"is_active": true,
"id": 0,
"customer_id": "string",
"time_created": "2025-11-27T09:32:08.249Z",
"time_updated": "2025-11-27T09:32:08.249Z",
"organization_id": 0,
"company_id": 0,
"company_name": "string"
}
],
"total": 0,
"page": 0,
"page_size": 0,
"total_pages": 0,
"has_next": true,
"has_previous": true
}Response Fields
Field
Type
Description
Customer Object
Field
Type
Description
Response — 422 Validation Error
Last updated