Skip to main content
GET
/
v1
/
customers
/
{id}
/
category-analytics
Get category analytics
curl --request GET \
  --url http://localhost:3000/v1/customers/{id}/category-analytics
{
  "categories": [
    {
      "name": "<string>",
      "spend": 123,
      "frequency": 123,
      "percent": 123
    }
  ]
}

Path Parameters

id
string<uuid>
required

Customer profile UUID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Category analytics

Get category analytics response

categories
object[]
required