Add Customer Group
Creates a new customer group to categorize customers based on certain criteria. Each customer group will have a name and description.
Endpoint
POST
https://app.xtrakit.com/api/v1/customer-groups/add
Headers
Authorization: Bearer API_KEY
Body Parameters
Parameters
Type
Description
group_name
string
Required
The name of the customer group. Typically short, identifying the purpose of the group.
group_description
string
Optional
A detailed description explaining the group and its purpose. Can include criteria and benefits.
Sample Requests
Sample Response
Last updated