Developer Guide
API Reference
Complete REST API documentation with request/response examples. All endpoints accept and return JSON. Authentication via JWT Bearer token or API key header.
Base URL
https://api.yourdomain.com
Authentication
Include one of the following headers with every request:
Authorization: Bearer <access_token>
X-API-Key: <api_key>