API reference
Platform
Unauthenticated endpoints for checking that ReqKey is reachable.
GET
/healthNo authHealth check
A lightweight, unauthenticated endpoint you can poll to confirm the ReqKey edge is up. Only GET is allowed.
Request
curl "https://api.reqkey.com/health"Response
{
"timestamp": "2026-01-30T12:34:56Z",
"status": "healthy"
}- Only the GET method is allowed — other methods return 403.