cURL
curl --request GET \ --url https://api.botdog.io/v1/health \ --header 'x-api-key: <api-key>'
{ "status": "ok", "timestamp": "2023-04-02T12:00:00.000Z", "uptime": 3600, "memoryUsage": { "rss": 47378432, "heapTotal": 23068672, "heapUsed": 11601456, "external": 1789775, "arrayBuffers": 1064517 } }
The API is healthy
Current status of the API
"ok"
Current server timestamp
"2023-04-02T12:00:00.000Z"
Server uptime in seconds
3600
Memory usage statistics
Show child attributes
Was this page helpful?