List legal documents
Legal
List legal documents
Public list of published legal documents as summaries, without their HTML bodies.
GET
List legal documents
Overview
Returns every published legal document as a summary — enough to render a legal menu without downloading the full text of each one. Fetch an individual body withGET /api/v1/legal/{slug}.
Authentication
None. Legal content is readable before sign-up.The same documents are also served as public web pages (outside
/api/v1) for the app stores and anywhere else that needs a plain URL: /legal/terms and /legal/privacy, with an index at /legal. They render the identical admin-managed content as styled HTML.Response — 200 OK
| Field | Type | Notes |
|---|---|---|
slug | string | TERMS or PRIVACY |
title | string | Display title |
version | number | Bumps only on a real wording change |
effectiveAt | string | ISO-8601 “Last updated” date |
items array means nothing has been published yet.