Skip to main content
POST
/
i
/
v0
/
e
Capture Event
curl --request POST \
  --url http://0.0.0.0:8000/i/v0/e/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "api_key": "<string>",
  "event": "<string>",
  "distinct_id": "<string>",
  "properties": {},
  "timestamp": "2023-11-07T05:31:56Z",
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "status": 1
}

Body

application/json

Single event in the PostHog-compatible capture format.

api_key
string
required
Minimum string length: 1
event
string
required
Minimum string length: 1
distinct_id
string
required
Minimum string length: 1
properties
Properties · object
timestamp
string<date-time> | null
uuid
string<uuid> | null

Response

Successful Response

status
integer
default:1