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>" }
Retrieve all customer groups for an organization.
The key assigned to your company and provided via Meadow
The key generated and provided by our mutual client
List customer groups response
The id for the customer group
The name of the group
The description of the group
The date this group was created
The date this group was last updated