v1

latestOpenAPI 3.0.32026-08-04850206.9 KB
Meta

Ping

An authenticated no-op for verifying a Data API key end-to-end (auth.api → per-plan burst throttle → monthly quota). It counts against the quota like any other call.

get/api/v1/ping

Response

Example response

{
  "data": {
    "status": "ok",
    "plan": "free"
  }
}