This page is intentionally minimal. If an endpoint is down, check reachability first, then authentication, then server logs.
Recommended checks
# DNS
dig +short api.example.tld A
dig +short api.example.tld AAAA
# Port (replace 443 if needed)
nc -vz -w2 api.example.tld 443
For response format and error codes, see Errors.