API status
Checking…
Live uptime, incidents, and historical data for each component are tracked on our dedicated status page:
Subscribe there to receive email, Slack, or webhook notifications when incidents are opened or resolved.
Production API: https://api.acuris-geo.com
Quick health check — should return 200 ok:
- Browser: open
https://api.acuris-geo.com/ping - Mac / Linux:
curl -i https://api.acuris-geo.com/ping - Windows (PowerShell):
curl.exe -i --ssl-no-revoke https://api.acuris-geo.com/ping
— or, using PowerShell's native client:(Invoke-WebRequest -Uri https://api.acuris-geo.com/ping -UseBasicParsing).StatusCode
The Windows --ssl-no-revoke flag bypasses Windows schannel's certificate-revocation lookup, which can fail on corporate networks even when the certificate is valid. The cert chain itself is still verified.