Skip to main content

GET /api/tally/envelopes/:zid/folders

Powers the folder chips in the Envelopes manager. Local coins only (the folder is the owner's private organisation, not a mesh concept). "unfiled" (NULL/''/'unfiled') is rolled into one bucket the UI shows as Unfiled. ══

MethodGET
Path/api/tally/envelopes/:zid/folders
DomainEconomy · Tally Protocol
Tiercomputation (public)
Authuser

Request

curl -X GET https://zeqsdk.com/api/tally/envelopes/ZEQ7XXXXXXXXXXXXXXXXXXXXXX/folders \
-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.