Skip to main content
GET
/
api
/
v1
/
customer-groups
cURL
curl --request GET \
  --url https://api-staging.getmeadow.com/api/v1/customer-groups \
  --header 'X-Client-Key: <api-key>' \
  --header 'X-Consumer-Key: <api-key>'
{
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

X-Consumer-Key
string
header
required

The key assigned to your company and provided via Meadow

X-Client-Key
string
header
required

The key generated and provided by our mutual client

Response

List customer groups response

id
number

The id for the customer group

name
string

The name of the group

description
string | null

The description of the group

createdAt
string

The date this group was created

updatedAt
string

The date this group was last updated