cURL
curl --request GET \ --url https://app.larm.dev/api/v1/monitors/{monitor_id}/cert
{ "data": { "cert_expiry": "2026-06-01T00:00:00Z", "cert_valid": 1, "cert_issuer": "Let's Encrypt", "cert_subject": "example.com", "days_remaining": 85 } }
Returns TLS certificate information for an HTTP monitor
monitors:read
{ "error": { "type": "not_found", "message": "No certificate data" } }