Edit Customer Group
Updates the information of an existing customer group, allowing changes to the name, description, and other fields.
Endpoint
PUT
https://app.xtrakit.com/api/v1/customer-groups/{id}
Headers
Authorization: Bearer API_KEY
Path Parameters
Parameters
Type
Description
id
string
Required
The unique identifier of the customer group. Should be passed through the URL
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