Checks API: Manage Your Uptime Monitors

Update a check

PUT https://pingping.io/webapi/checks/{id}

Path Parameters

NameTypeDescription
idnumberThe check id that should be updated.

Request Body

NameTypeDescription
intervalnumberValid values are (dependent on your current plan): 30, 60, 120, 300, 900, 1800, 3600, 7200, 14400, 28800, 86400
notification_thresholdnumberThis 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