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.

REST API v1

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

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

  • Bearer token auth (read 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 and exports.

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

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