User Actions API

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)

API Endpoints

Check-In

POST /api/checkin

Daily check-in with streak bonuses and random rewards.

POST /api/checkin
Authorization: Bearer JWT

{ "user_id": 123, "tenant_id": 1 }

Boost

POST /api/boost

Activate earnings multipliers (2x, 3x, 5x) with point cost.

POST /api/boost
Authorization: Bearer JWT

{ "user_id": 123, "multiplier": 2 }

Payout

POST /api/payout

Request cash payouts to PayPal, Venmo, or crypto wallets.

POST /api/payout
Authorization: Bearer JWT

{ "user_id": 123, "method": "paypal" }

Survey

POST /api/survey

Webhook endpoint for survey provider completions (BitLabs, etc).

POST /api/survey
X-Provider-Signature: HMAC

{ "user_id": "ext123", "payout": 1.50 }

Why RActions?

Secure

JWT authentication with HMAC signature verification on all endpoints.

Fast

Edge functions on Cloudflare's network. <50ms response time globally.

Reliable

Flag-based architecture. Write immediately, process asynchronously.

Ready to Integrate?

Sign up for Rewarders.App and get your API credentials instantly.

Get Started Free →