Skip to content
Start in Cloud

Ingest custom event

POST
/ingest/event
curl --request POST \
--url https://hitkeep.com/ingest/event \
--header 'Content-Type: application/json' \
--data '{ "n": "example", "p": {}, "sid": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'

Ingests a custom event from the browser tracker.

Media type application/json
object
n
required
string
p
object
key
additional properties
any
sid
required
string format: uuid
Example generated
{
"n": "example",
"p": {},
"sid": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}

Accepted

Invalid request

Media type application/json
object
message
string
Example generated
{
"message": "example"
}