Skip to main content
POST
Mint an analytics ingest token

Headers

x-api-key
string
required

Project API key used to resolve analytics attribution

Example:

"your-api-key"

Response

Analytics ingest token and its expiry

token
string
required

Purpose-limited JWT authorizing analytics event ingest for five minutes

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

expiresAt
string<date-time>
required

UTC expiry matching the JWT exp claim

Example:

"2026-08-25T14:35:00.000Z"