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/status
  • POST/data
  • DELETE/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.

Register for API Access