REST API v1
List contests, read stats, export CSV, and create or update contests. Built for Make.com, Zapier, and custom scripts.
- Bearer token (
readorwritescope) - Standard
{ ok, data, error }envelope - 120 requests/min per key
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.
List contests, read stats, export CSV, and create or update contests. Built for Make.com, Zapier, and custom scripts.
read or write scope){ ok, data, error } envelopePush events to Make.com or Zapier when contests start, entries arrive, or winners are picked.
X-RF-Signature)Connect Cursor, Claude Desktop, or custom agents to contest data, exports, and writes.
mcp scope; write for mutations)draw_winners on public endpoint| Scope | Used for |
|---|---|
read | REST v1 contest reads and CSV export |
write | REST v1 mutations and MCP write tools (super-scope: also satisfies read) |
hooks | Register and manage outbound webhooks |
mcp | MCP server tool calls |
wp | WordPress plugin API |
New keys include read,hooks,mcp,wp by default. Add write for contest mutations. Revoke compromised keys immediately in Account settings.
account_id or user_id.contestId against contests you own or collaborate on.X-RF-Signature before trusting automation flows.