GET
/
v1beta
/
services
/
{uuid}
Get service monitor
curl --request GET \
  --url https://app.pulseguard.nl/api/v1beta/services/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "type": "http",
    "url": "<string>",
    "status": "up",
    "check_interval": 123,
    "timeout": 123,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_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

Service monitor retrieved successfully

The response is of type object.