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

Example

curl -i https://teapartywiw.online/v1/status HTTP/1.1 401 Unauthorized