New: Multi-step contests are here — try them free today.

Developer integrations

One core API and auth layer — REST for automation, webhooks for real-time triggers, MCP for AI agents. Account scope always comes from your API key, never from request parameters. See also the integrations hub for WordPress, Make.com, and Zapier setup.

REST API v1

List contests, read stats, export CSV, and create or update contests. Built for Make.com, Zapier, and custom scripts.

https://app.rewardsfuel.com/api/v1

  • Bearer token (read or write scope)
  • Standard { ok, data, error } envelope
  • 120 requests/min per key

Outbound webhooks

Push events to Make.com or Zapier when contests start, entries arrive, or winners are picked.

POST https://app.rewardsfuel.com/api/v1/webhooks

  • Seven event types (entrant, winner, contest lifecycle)
  • HMAC-signed deliveries (X-RF-Signature)
  • Optional per-contest filters

MCP for AI agents

Connect Cursor, Claude Desktop, or custom agents to contest data, exports, and writes.

https://app.rewardsfuel.com/api/mcp

  • JSON-RPC over HTTP (mcp scope; write for mutations)
  • Same core services as REST — no duplicate logic
  • Free draw_winners on public endpoint