Skip to main content
POST
Count analytics events

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body schema.

appUuid
string<uuid>
required

App whose analytics events to count.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
kinds
enum<string>[]

Event kinds to include.

Available options:
pageview,
error,
custom

Match against event name, pathname, or error message.

Required string length: 1 - 512
occurredAfter
string

Count events that occurred after this ISO timestamp.

occurredBefore
string

Count events that occurred before this ISO timestamp.

Response

Successful response

count
integer
required

Number of analytics events matching the filters.

Required range: 0 <= x <= 9007199254740991