v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0158208322.6 KB
Ingest API

Ingest events

Send tracking events to Outlit. The public key in the URL path identifies the workspace; no secret bearer token is required for this endpoint.

post/api/i/v1/{publicKey}/events

Path parameters

publicKeystring required

Your organization's public key. Starts with pk_.

Request body

visitorIdstring uuid

Browser visitor identifier. Required for client tracking.

source'client' | 'server' | 'integration'

Response

Events accepted.

successtrue required