Quick Start
1. Generate an API key
Go to API Keys in this portal and click New Key. Copy the key — it is shown once.
2. Make your first request
curl -H "Authorization: Bearer $API_KEY" \ $API_BASE_URL/v1/pingA successful response:
{ "status": "ok", "ts": 1719187200000 }3. Explore the API Reference
Browse the full endpoint catalog in the API Reference section.