v1
latestOpenAPI 3.1.02026-07-2438302.6 MBGet all Customers
Query parameters
Page number
Maximum allowed 1000
Used for search
Filter based on city
Filter based on Zipcode
Filter based on customer category
Filter based on customer tags
Filter based on created date (greater than or equal to)
Filter based on created date (lesser than or equal to)
Filter based on number of jobs (greater than or equal to)
Filter based on number of jobs (lesser than or equal to)
Filter based on active status
Filter based on account manager
Filter based on created user
Filter based on updated date
Filter based on updated date (greater than or equal to)
Filter based on updated date (lesser than or equal to)
Filter based on custom fields
Filter based on ltv from
Filter based on ltv to
Filter based on credit from
Filter based on credit to
Filter based on receivable from
Filter based on receivable to
Filter based on customer uid
Filter based on customer email
Filter based on customer organization
Filter based on, if or not customer has organization
Filter based on, if or not customer has card on file
Filter based to get the deleted customers
Filter based on customer portal
Request body
Response
200
Example response
{
"type": "success",
"data": [
{
"customer_uid": "e6b11af9-3c09-4459-9331-1384da339391",
"customer_first_name": "Dev",
"customer_last_name": "George",
"customer_category": {
"category_uid": "f73a3587-a8f2-4311-a825-2308cabcd132",
"category_name": "Commercial"
},
"customer_organization": {
"organization_uid": "c60f3cd2-c430-49dd-8c9c-7903cc38d3ca",
"organization_name": "Prime Care Nursing Home",
"organization_email": "support@primecare.com",
"organization_address": {
"city": "Chennai",
"state": "Tamil Nadu",
"street": "Prime Care Nursing Home, Sakthi Nagar Main Road, Bharathidasan Nagar, Balaji Nagar, Adambakkam",
"country": "India",
"zip_code": "600088",
"geo_cordinates": [
12.9799711
],
"point_coordinates": {
"type": "Point",
"coordinates": [
80.2044245
]
}
},
"organization_billing_address": {
"city": "Chennai",
"state": "Tamil Nadu",
"street": "Prime Care Nursing Home, Sakthi Nagar Main Road, Bharathidasan Nagar, Balaji Nagar, Adambakkam",
"country": "India",
"zip_code": "600088",
"geo_cordinates": [
12.9799711
],
"point_coordinates": {
"type": "Point",
"coordinates": [
80.2044245
]
}
},
"is_active": true
},
"customer_email": "dev.george@primecare.com",
"no_of_jobs": 1,
"customer_contact_no": {
"home": "+91 9600086457"
},
"customer_address": {
"city": "Chennai",
"state": "Tamil Nadu",
"street": "Ramaniyam Pushkar Phase 1 Apartment, Kalaignar Karunanidhi Salai, Sholinganallur",
"country": "India",
"zip_code": "600119",
"geo_cordinates": [
12.9007222
],
"point_coordinates": {
"type": "Point",
"coordinates": [
80.2344109
]
}
},
"customer_billing_address": {
"city": "Chennai",
"state": "Tamil Nadu",
"street": "Ramaniyam Pushkar Phase 1 Apartment, Kalaignar Karunanidhi Salai, Sholinganallur",
"country": "India",
"zip_code": "600119",
"geo_cordinates": [
12.9007222
],
"point_coordinates": {
"type": "Point",
"coordinates": [
80.2344109
]
}
},
"accounts": {
"receivables": 440
},
"is_active": true,
"created_at": "2024-08-28T11:59:31.317Z",
"id": "undefined"
}
],
"total_records": 2,
"current_page": 1,
"total_pages": 1
}