Skip to main content
POST
Issue the tracking token

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Query Parameters

projectId
string

Bind the token to one project. Omit to track the whole organization.

Minimum string length: 1
Pattern: ^[A-Za-z0-9_-]{1,100}$

Response

Token issued successfully

ingestUrl
string
required

Endpoint the tracking snippet posts events to.

snippet
string
required

Install snippet for the default framework (Next.js).

snippets
object
required
organization
object
required
token
string
required

Tracking token. Shown once per request; rotating invalidates every previously issued token.

Last modified on September 18, 2026