Developer API
Authentication
curl -X POST https://asasasasasasasasasasasasasasasasasasasasasasasasasas/auth -H "Content-Type: application/json" -d '{"client_id": "your-id", "secret": "your-secret"}'
Retrieve a bearer token with 2-hour expiration.
Available Endpoints
GET
/statusPOST
/dataDELETE
/cache
All requests require the Authorization: Bearer <token>
header.
⚠️ Important
This is a hypothetical API example. Replace endpoint URLs and credentials with those provided during registration.