Changelog
Public API URLs never change. This log tracks documentation releases and backend capabilities.
#1.0.0 — September 2026
- Initial Likee integration.
GET /likee/user/{likee_id}— identify Likee accounts (uid, nickname, avatar, country).POST /likee/recharge— idempotent recharge orders with server-side identity and price validation.GET /orders/{order_id}— order details and status.- Webhooks:
order.processing,order.success,order.failed,order.cancelled,order.delayed; HMAC-SHA256 signatures; 6-step retry schedule; manual retry from the Client Dashboard. - Per-key wallet balances with automatic refunds on failed orders.
- Rate limit headers
X-RateLimit-*. - Downloadable integration package (OpenAPI 3.0, Postman, PHP/Node.js/cURL examples).