API Reference

Complete reference for all Blitz Rocket REST API v1 endpoints

API Reference

The Blitz Rocket REST API v1 provides endpoints for managing contests, entries, bonus actions, purchases, and more. All endpoints are prefixed with /api/v1.

Endpoint Overview

ResourceEndpointMethodsAuth
Contests/api/v1/contestsGETPublic
Contest Detail/api/v1/contests/:contestIdGETPublic
Entries/api/v1/contests/:contestId/entriesGET, POSTPublic / Private
Entry Detail/api/v1/entries/:entryIdGET, PUTPublic / Private
Disqualify/api/v1/entries/:entryId/disqualifyPOSTPrivate
Points/api/v1/entries/:entryId/pointsPOSTPrivate
Bonus Actions/api/v1/entries/:entryId/bonus-actionsGETPublic
Complete Action/api/v1/entries/:entryId/bonus-actions/:id/completePOSTPublic
Purchases/api/v1/contests/:contestId/purchasesPOSTPrivate
Leaderboard/api/v1/contests/:contestId/leaderboardGETPublic
Analytics/api/v1/contests/:contestId/analyticsGETPublic

Authentication

All endpoints require an API key passed via the x-api-key header or apiKey query parameter. See Authentication for details.

Key Type Permissions

  • Public key — Can access all GET endpoints and bonus action completion
  • Private key — Can access all endpoints including POST and PUT operations