Skip to main content

GET /api/zeq/receipts

where the caller browses them. Pagination via ?limit (default 50, max 200) + ?before (ISO timestamp; rows older than that). Filtered by joining tally_receipts.zid through zeq_identities.user_id, so a user only sees recei

MethodGET
Path/api/zeq/receipts
Authuser
GroupCompute · Zeq

Request

curl -X GET https://zeqsdk.com/api/zeq/receipts \
-H "Authorization: Bearer $ZEQ_KEY"

Needs a machine key — mint one free: curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.

Generated from the node's own route registry (GET /api/endpoints) — this path is live.