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

Path Parameters

uuid
string
required
The universally unique identifier of the service monitor.

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Path Parameters

uuid
string<uuid>
required

Service Monitor UUID

Response

200
application/json

Manual check initiated successfully

The response is of type object.