Processing Ajax...

View Activity

Test Status Rules

Combined Attachment Content

Raw Activity Text

Forward Message

Separate email addresses with commas or semicolons.

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?
CheckCentral

API Documentation

setCheckStatus

Parameter Default Value Data Type Description
apiToken - string The API token used to authenticate your request. Required
checkId - string Pass the ID for the check to update. Required
status - string Set the status for the activity. Required
sendNotifications true bool Send failure and warning notifications as configured for the check. This will also send updates to configured external ticketing systems. Optional
sendTicketingSystems true bool Send failure and warning updates to any configured external ticketing systems only, without sending personal or organization notifications. Optional
title - string Include an optional title for the activity. Optional
message - string Include an optional message for the activity. Optional
activityCount 0 int Include the updated recent activities of the check.
The response is limited to a maximum of 30.
Optional

How to Use This API

To use this API you need to send a POST request to the endpoint shown below, sending the JSON request as the POST data.

Endpoint: https://api.checkcentral.cc/setCheckStatus/?apiToken=

Curl Example: curl -X POST -H "Content-Type: application/json" -d "{ \"sendNotifications\": true, \"sendTicketingSystems\": true }" "https://api.checkcentral.cc/setCheckStatus/?apiToken="

If you need any help using this API, please feel free to contact us.

JSON Request

{
  "sendNotifications": true,
  "sendTicketingSystems": true
}

The best way to learn about CheckCentral is to see it for yourself! Book a demo with us today, or get started with a free trial using the buttons below.