SSL Monitors
Create SSL Monitor
Create a new SSL certificate monitor to track certificate expiration
POST
Request Body
Domain to monitor (e.g., “api.example.com”). Do not include protocol.
Port to check for SSL certificate
Number of days before expiration to trigger alerts. Recommended: 30 for production, 14 for staging.
Optional service ID to link this monitor to. When linked, service status can auto-update based on certificate validity.
Array of notification channel IDs to alert on certificate issues
Response
Returns the created SSL monitor object with initial certificate check results.Error Codes
| Status | Description |
|---|---|
| 400 | Invalid domain format or unreachable |
| 401 | Invalid or missing API key |
| 422 | SSL certificate could not be retrieved |
| 429 | Rate limit exceeded |