VoidTrack Docs
API Reference

My Work

GET
/my/digest
AuthorizationBearer <token>

Workspace scoped API key, printed once by pnpm seed or POST /api-keys.

In: header

Query Parameters

since?string

ISO timestamp; defaults to 14 days ago

limit?string

Max results, default 50, max 200

Response Body

application/json

application/json

curl -X GET "https://example.com/my/digest"
{  "events": [    {      "id": "string",      "type": "string",      "payload": {        "property1": null,        "property2": null      },      "createdAt": "2019-08-24T14:15:22Z",      "actor": {        "id": "string",        "name": "string"      },      "issue": {        "id": "string",        "identifier": "string",        "title": "string"      }    }  ]}