Get Customer Group

This endpoint retrieves the list of customer groups available in the system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
        }
    ]
}
Query Params
string
Defaults to [["is_group", "=", "0"]]
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json