cURL
curl --request GET \ --url https://oathnet.org/api/service/v2/health \ --header 'x-api-key: <api-key>'
{ "status": "<string>", "dependencies": { "elasticsearch": { "status": "<string>", "error": "<string>" }, "redis": { "status": "<string>", "error": "<string>" }, "s3": { "status": "<string>", "error": "<string>" } }, "checked_at_utc": "2023-11-07T05:31:56Z" }
Documentation IndexFetch the complete documentation index at: https://docs.oathnet.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.oathnet.org/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication (lowercase header name)
Raw health payload
Show child attributes