POST
/
v1beta
/
services
/
{uuid}
/
check
Manual service check
curl --request POST \
  --url https://app.pulseguard.nl/api/v1beta/services/{uuid}/check \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "status": "up",
    "response_time": 123,
    "checked_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Path Parameters

uuid
string
required

Service Monitor UUID

Response

200
application/json

Manual check initiated successfully

The response is of type object.