List Customer Group
A list of all customer groups may be obtained using this endpoint. For emphasis on specific results, you can add filters based on business code, date created and other variables.
Endpoint
GET
https://app.xtrakit.com/api/v1/customer-groups
Headers
Authorization: Bearer API_KEY
Query Parameters
Parameters
Type
Description
business_code
int
Optional
Filters customer groups by the unique business code associated with the customer group.
created_at
datetime
Optional
Start date for filtering customers records.
(format: YYYY-MM-DD H:m:s)
updated_at
date
Optional
End date for filtering customers records.
(format: YYYY-MM-DD)
Sample Requests
Sample Response
Last updated