Customer Group Object
| Field | Type | Description |
|---|---|---|
id | integer | The unique identifier for the customer group. |
name | string | The name of the customer group. |
discount_type | string | null | The type of discount associated with the group. |
discount_value | number | The value of the discount. |
system_type | string | null | The system type of the group (e.g., ‘my_customers’). |
created_at | string | The timestamp when the group was created. |
Authorizations
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Query Parameters
Page number for pagination (starts at 1)
Required range:
x >= 1Number of customer groups to return per page
Required range:
1 <= x <= 200