Endpoint groups
Exact paths follow the controller implementations in the repository; this page describes groups and conventions.
Conventions
- JSON for requests and responses.
- List endpoints support pagination.
- Admin endpoints require an auth token.
- Unified error structure:
code,msg,data.