Carillon docs
Events

Report notification opens

POST
/v1/events
AuthorizationBearer <token>

An API key, sent as Authorization: Bearer carillon_sk_live_…. A secret key sends, reads traces and manages devices; a mobile key may only register its own device and report that device’s events.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/events" \  -H "Content-Type: application/json" \  -d '{    "events": [      {        "type": "opened",        "delivery_id": "9892f438-d31c-4ff2-bc84-146525b292ff",        "at": "2019-08-24T14:15:22Z"      }    ]  }'
{  "received": 0}