GET /health
Health check
No authentication required.
Response
statusstringAPI status
timestampintegerUnix timestamp
curl "https://api.qoery.com/health"
const response = await fetch('https://api.qoery.com/health');
import requests response = requests.get('https://api.qoery.com/health')
{ "status": "healthy", "timestamp": 1701345600 }