API Overview
The Sheelon REST API v1 allows you to programmatically access your quizzes and host games. All endpoints return JSON and use standard HTTP methods.
Base URL
https://sheelon.me/api/v1
Version
v1
Format
JSON
Authentication
API Key (X-API-Key header)
Quick Start
Get up and running in three simple steps:
- 1Create an API key from your settings page
- 2Make your first API call using the example below
- 3Explore the endpoints tab for the full API reference
bash
curl https://sheelon.me/api/v1/quizzes \
-H "X-API-Key: sk_live_YOUR_API_KEY"