Skip to content

/v1/sdk/events

POST
/v1/sdk/events
curl --request POST \
--url https://eval.featureflip.io/v1/sdk/events \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "events": [ { "type": "Evaluation", "flagKey": "example", "userId": "example", "variation": "example", "timestamp": "2026-04-15T12:00:00Z", "metadata": { "additionalProperty": "example" }, "prerequisiteKey": "example" } ] }'
object
events
required
Array<object>
nullable
object
type
required
string
Allowed values: Evaluation Impression Identify Custom
flagKey
required
string
nullable
userId
string
nullable
variation
string
nullable
timestamp
string format: date-time
metadata
object
key
additional properties
prerequisiteKey
string
nullable

Accepted

Unauthorized

Media typeapplication/json
object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties
Examplegenerated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}