GET

/api/monitor/test/:id

This endpoint allows you to retrieve details for monitor test/(specific id).

Request Parameters

Parameter Location Required
id path Yes

Example Request

cURL
curl -X GET https://aegis.purdyandfigg.dev/api/monitor/test/123 \
  -H "Authorization: Bearer YOUR_TOKEN"