v1

latestOpenAPI 3.0.3Apache 2.02026-07-13121230447.8 KB
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

successboolean required

Example response

{
  "success": true
}