API uptime monitoring with HTTP, ping, TCP, content, SSL certificate, and heartbeat checks, alerts, and public status pages in one Sandglass workspace.
An API has no human watching it render. Its users are other programs that retry, time out, and eventually fail their own customers. The useful signal is whether documented endpoints return the right status, the right shape, and an acceptable latency under real conditions.
Run HTTP checks against representative endpoints, add content checks that assert a known field in the JSON response, and put SSL certificate checks on the API hostname so an expiring certificate never becomes a surprise outage.
A reachable port is not a working API. A check that only confirms a TCP connection will stay green while the service returns 500s, so assert on the response body, not just the handshake.
List the endpoints, jobs, and components where an outage would reach the people you serve. Keep the first pass to production.
Use HTTP or content checks for web surfaces, TCP for raw ports, SSL certificate checks for HTTPS expiry, and heartbeats for scheduled work.
Put production, staging, and per-client checks in their own groups so routing and noise stay under control.
Adjust intervals and retry counts once real data shows which alerts were signal and which were noise.