Byteflipper Feedback API

Current version: v1 (active)

Use this REST API to collect product feedback and route it to curated Telegram threads. Provide the X-API-Version: v1 header with every request.

Endpoints

Method Path Description
GET /v1/health Lightweight health probe for uptime monitors.
POST /v1/feedback Submit user feedback for Telegram delivery.
POST /v1/forward Forward a message to a mapped Telegram topic.
GET /v1/mappings List all configured feedback tag mappings.
POST /v1/mappings Create a new tag to Telegram topic mapping.

Client tips

Headers

Every call must include X-API-Version: v1 so the gateway routes it to the correct handler.

CORS

Allowed origins:

  • https://byteflipper.com
  • https://.*\.byteflipper\.com

Telemetry

Feedback is delivered to the configured Telegram chat in real time. Configure new tags with the mappings endpoint.