Checks API: Manage Your Uptime Monitors
Update a check
PUT https://pingping.io/webapi/checks/{id}
Path Parameters
| Name | Type | Description |
|---|---|---|
| id | number | The check id that should be updated. |
Request Body
| Name | Type | Description |
|---|---|---|
| interval | number | Valid values are (dependent on your current plan): 30, 60, 120, 300, 900, 1800, 3600, 7200, 14400, 28800, 86400 |
| notification_threshold | number | This parameter only works on checks of the type uptime. Valid values are: 0, 15, 30, 60, 120, 300, 600, 900, 1800 |
200
[] Disable a check
POST https://pingping.io/webapi/checks/{id}/disable
Enable a check
POST https://pingping.io/webapi/checks/{id}/enable