GET
/
events
/
{id}
/
sales-graph
Error
A valid request URL is required to generate request examples
{
  "eid": "<string>",
  "sales": [
    {
      "mapped_date": "2023-12-25",
      "percentile_bin": 123,
      "norm_tickets_sold_current": 123,
      "norm_tickets_sold_avg": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Copy your Cognito JWT Token below: 'Bearer <JWT>'

Path Parameters

id
string
required

Response

Success

eid
string

event id

sales
object[]