Skip to main content
GET
/
vendor
/
customer-groups
/
{id}
Retrieve customer group by id
curl --request GET \
  --url https://api.example.com/vendor/customer-groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "member": {
    "id": "<string>",
    "name": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the Customer group.

Query Parameters

fields
string

Comma-separated fields that should be included in the returned data.

Response

200 - application/json

OK

member
VendorCustomerGroup · object

Customer group details.