PingPing got acquired! Get a 20% lifetime discount on any plan with discount code ACQUISITION, only available until 31st of March! Read more about the acquisition here.

Reading time 1 m
Published Jan 28, 2025

Checks

Update a check

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

Path Parameters

Name

Type

Description

id

number

The check id that should be updated.

Headers

Name

Type

Description

Authentication

string

Don't forget to authenticate

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

Path Parameters

Name

Type

Description

id

number

The check id that should be disabled.

Headers

Name

Type

Description

Authentication

string

Don't forget to authenticate

        
            

200

[]

Enable a check

POST https://pingping.io/webapi/checks/{id}/enable

Path Parameters

Name

Type

Description

id

number

The check id that should be enabled.

Headers

Name

Type

Description

Authentication

string

Don't forget to authenticate

        
            

200

[]