GET
/
vendor
/
customer-groups
/
{id}
{
  "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

The response is of type object.