Lightning-fast edge functions for check-ins, boosts, payouts, and survey completions. Powered by Cloudflare's global network.
<50ms
Global Latency
4
Core Endpoints
100%
Uptime (Cloudflare)
POST /api/checkin
Daily check-in with streak bonuses and random rewards.
POST /api/checkin
Authorization: Bearer JWT
{ "user_id": 123, "tenant_id": 1 }
POST /api/boost
Activate earnings multipliers (2x, 3x, 5x) with point cost.
POST /api/boost
Authorization: Bearer JWT
{ "user_id": 123, "multiplier": 2 }
POST /api/payout
Request cash payouts to PayPal, Venmo, or crypto wallets.
POST /api/payout
Authorization: Bearer JWT
{ "user_id": 123, "method": "paypal" }
POST /api/survey
Webhook endpoint for survey provider completions (BitLabs, etc).
POST /api/survey
X-Provider-Signature: HMAC
{ "user_id": "ext123", "payout": 1.50 }
JWT authentication with HMAC signature verification on all endpoints.
Edge functions on Cloudflare's network. <50ms response time globally.
Flag-based architecture. Write immediately, process asynchronously.
Sign up for Rewarders.App and get your API credentials instantly.
Get Started Free →