Analytics apiEvent

Log Event

POST
/events

Authorization

AuthorizationRequiredBearer <token>

The API key for a Web integration

In: header

AuthorizationRequiredBearer <token>

The API key for an API integration

In: header

Request Body

application/jsonRequired

Note: The maximum size of the request body is 2 MB.

bodyRequiredobject | object | object
curl -X POST "https://api.analytics.inkeep.com/events" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "id": "string",
    "type": "string",
    "messageId": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "projectId": "string",
    "integrationId": "string",
    "properties": {},
    "userProperties": {},
    "entityType": "message"
  }'

Event logged successfully

{
  "id": "string",
  "type": "string",
  "messageId": "string",
  "createdAt": "string",
  "projectId": "string",
  "integrationId": "string",
  "properties": {},
  "userProperties": {},
  "entityType": "message"
}