List current legal documents
Returns the revision of every legal document that is currently in force.
An index, not a bundle: each entry identifies a document and the
revision in force, WITHOUT the document text. content is omitted
here — fetch GET /legal/documents/{document_key} for the one document
you are going to display. Inlining every document would make this
response carry the entire corpus on every call.
Unauthenticated: these are public documents, and integrators need them before a customer relationship exists.
No cache headers are set, and this list is not safe to cache
indefinitely: it names whichever revision is currently IN FORCE, and
that changes when a new one is published. A specific (key, version)
from GET /legal/documents/{key} is a different matter — revisions are
immutable, so once fetched its text can be cached for as long as you
like.
Response
The in-force revision of each document, without its text.

