Documentation
Reference
This page shows a compact documentation style typical for a small private-facing API surface.
Routes
GET /v1/status -> 200 or 401
GET /v1/catalog -> 403 or 404
POST /v1/session -> 401 or 403
Expected responses
- 200 OK — informational route available.
- 401 Unauthorized — credentials required.
- 403 Forbidden — access denied.
- 404 Not Found — route does not exist.
Example
curl -i https://teapartywiw.online/v1/status
HTTP/1.1 401 Unauthorized