Files
Messenger/docs
Codex 78934a5f28
Some checks failed
Android CI / android (push) Failing after 5m21s
Android Release / release (push) Failing after 5m16s
CI / test (push) Has been cancelled
Android chat UX: video viewer, emoji/gif/sticker picker, day separators
2026-03-10 08:38:54 +03:00
..

API Documentation

This folder contains full backend API documentation for BenyaMessenger.

Base URL:

  • Local: http://localhost:8000
  • Prefix for API v1: /api/v1
  • Full base path for REST endpoints: /api/v1/...

Built-in health endpoints:

  • GET /health
  • GET /health/live
  • GET /health/ready

Auth for protected REST endpoints:

  • Header: Authorization: Bearer <access_token>