Files
Messenger/docs
Codex f005b3f222
Some checks failed
Android CI / android (push) Has started running
Android Release / release (push) Has been cancelled
CI / test (push) Has been cancelled
android: wire chats popup actions to archive pin delete clear and mute APIs
2026-03-09 22:25:33 +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>