Ingest Track Events

Ingest Track Events

POST /engine/ingest/event

Headers

  • Name: x-api-key
  • Value: your api key

Request Body

  • Content-Type: application/json
{
    "event_name": "string",
    "user_id": "string",
    "timestamp": "2023-06-02T14:46:35.894Z",
    "properties": {}
}

Responses

  • 200 Ok
{
    "data": "string"
}
  • 422 Validation Error
{
    "detail": [
      {
        "loc": [
          "string",
          0
        ],
        "msg": "string",
        "type": "string"
      }
    ]
  }