Entitlements
Ingest event if a user is entitled to a feature
This API let’s you to ingest an event if a user is entitled to a feature
post/entitled
Request body
Example request
{
"event": {
"id": "c0b1306d-f506-43a6-856b-69221efaee6b",
"timestamp": "2022-06-15T07:30:35.123",
"attributes": [
{
"name": "message",
"unit": "characters"
}
]
}
}Response
Success response
Example response
{
"success": true
}