API Documentation
Browse the public V2 API in two flavours below. Spec lives at /openapi.yaml.
Conventions
/api/auth/*,/api/meta,/api/i18n/*,/api/avatar*are shared across v1 and v2./api/*outside that list is v1 โ frozen./api/v2/*is the actively developed surface.- Auth header:
Authorization: Bearer <wall jwt>. - Time fields are ISO-8601 UTC.
- Pagination uses
cursor(lastcreated_atyou saw) +limit.