Get a list of Customers
GET
/Customer
Customers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Customer?sort&modifiedAfter&showSecondarySalesReps&page=1&resultsPerPage=20'
Response Response Example
200 - Customers
[
{
"id": "kds4ks",
"modifiedDate": "2026-03-21",
"customerID": "0231",
"customerName": "Treutel - Farrell",
"email": "Holden_OConnell@gmail.com",
"phone": "(884) 642-2873",
"fax": "438.287.1139 x27298",
"priceZone": 279,
"test": true,
"placeholder": true,
"street1": "49885 Devon Mountain",
"street2": "7234 North Street",
"city": "Neilmouth",
"state": "New Mexico",
"zipCode": "33408",
"allowanceGroup": "AG87",
"deliveryGroup": "8629",
"warehouseID": "WH6899",
"customerClassID": "S",
"orderPermissionKey": 5,
"primarySalesRep": "USER2172",
"salesReps": [
"USER5007",
"USER8779"
],
"orderingGroups": [
{
"id": "k4647g",
"orderingGroupID": "OG9203",
"orderingGroupName": "Regional Distributors",
"orderingSubGroupID": "7187",
"orderingSubGroupName": "Dr. Billy Waters",
"customers": [
"CUST8734",
"CUST2756",
"CUST7127"
]
},
{
"id": "9sa83g",
"orderingGroupID": "OG8359",
"orderingGroupName": "Educational Collectives",
"orderingSubGroupID": "5830",
"orderingSubGroupName": "Jaime Sporer",
"customers": [
"CUST3189",
"CUST6105",
"CUST7007"
]
}
],
"extra1": "200",
"extra2": "szrryb",
"extra3": "matrix",
"extra4": "casket",
"extra5": "mmm"
}
]
Request
Query Params
sort
string  | nullÂ
optional
Default:
modifiedAfter
string <date-time> | nullÂ
optional
showSecondarySalesReps
booleanÂ
optional
Default:
false
page
integer <int32>
optional
>= 1
Default:
1
Example:
1
resultsPerPage
integer <int32>
optional
>= 1
Default:
20
Example:
20
Responses
Modified at 2025-05-13 17:12:59