VoidTrack Docs
API Reference

Dev

POST
/dev/reseed

Development-only endpoint; returns 404 when the server is not running with NODE_ENV=development. Admin only. Keeps the caller's own user row so their session stays valid.

AuthorizationBearer <token>

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

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/dev/reseed"
{  "workspace": {    "id": "string",    "name": "string",    "slug": "string"  },  "teamKey": "string",  "apiKey": "string"}