GET /api/zeq/receipts
| Method | GET |
| Path | /api/zeq/receipts |
| Group | Zeq |
| Auth | Authorization: Bearer zeq_ak_<key> (API key) — or an authenticated session |
| Source | shared/api-core/src/routes/zeq.ts |
Call it
curl -X GET https://zeqsdk.com/api/zeq/receipts \
-H "Authorization: Bearer zeq_ak_<key>"
Pass an
zeq_ak_API key as a Bearer token (as shown above), or call it from an authenticated session.
Reference
- Group: Zeq
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.