Health check
Verify your key and see tier limits.
Endpoint
/api/v1/health
Example request
curl -s -H "Authorization: Bearer wl_live_YOUR_KEY" \ "https://wow-logs.co.in/api/v1/health"
Sample responsefrom production
{
"ok": true,
"data": {
"status": "ok",
"tier": "admin",
"limits": {
"monthlyLimit": null,
"rpmLimit": null,
"logsListMax": 25
}
},
"meta": {
"apiVersion": "v1",
"requestId": "req_51899cbb8d6049f3"
}
}