Files
Messenger/docs
Codex 0beb52e438
Some checks failed
Android CI / android (push) Failing after 4m55s
Android Release / release (push) Has started running
CI / test (push) Has been cancelled
Android parity: formatting, notifications inbox, resend verification, push sync
2026-03-10 08:29:36 +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>