Get a Customer Group
GET
/admin/customer-groups/{id}
Customer Groups
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{BASE_URL}}/admin/customer-groups/'
Response Response Example
200 - Example 1
{
"customer_group": {
"id": "cgrp_01G8ZH853Y6TFXWPG5EYE81X63",
"name": "VIP",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"customers": [
{}
],
"price_lists": [
{}
],
"metadata": {
"car": "white"
}
}
}
Request
Path Params
id
string
required
Query Params
expand
string
optional
fields
string
optional