DevelopersYour tokens
Reference

Bundles

A named set of documents, made by hand, and the year-end tax package Thaw assembles from a rule.

#

The bundles

GETapi.thawed.app/v1/bundles

Named sets of documents, the year-end package among them.

Responses
200
The list.
401
No token, a token that has ended, or one issued for the other door. WWW-Authenticate names the resource metadata document.
200 answer
bundlesarray of object
Request
curl "https://api.thawed.app/v1/bundles" \
  -H "Authorization: Bearer $THAW_TOKEN"
Response 200
{
  "bundles": [
    {}
  ]
}
#

One bundle

GETapi.thawed.app/v1/bundles/{bundle}

One bundle by id, with its documents. A hand-made bundle is a person's; an assembled one (the tax package) is Thaw's, rebuilt from its rule, and refuses changes by hand.

Path
bundlestring (uuid)pathrequired
Responses
200
The bundle and its documents, as its page has them.
401
No token, a token that has ended, or one issued for the other door. WWW-Authenticate names the resource metadata document.
404
Nothing of that id in this family or business.
Request
curl "https://api.thawed.app/v1/bundles/019958a0-3e60-7f5c-9d41-5b2e4c80af33" \
  -H "Authorization: Bearer $THAW_TOKEN"
Response 200
{}