get
http://{{url}}/api/resource/Customer Group
This endpoint retrieves the list of customer groups available in the system.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response
The response returns a collection of customer group records wrapped inside a data array.
Each record represents a category used to classify customers.
Example Response
{
"data": [
{
"name": "All Customer Groups"
},
{
"name": "Individual"
},
{
"name": "Commercial"
},
{
"name": "Non Profit"
},
{
"name": "Government"
},
{
"name": "Dealer"
},
{
"name": "Shop Customer"
}
]
}