Events
Get Event
Retrieve a single event representing a monitor status change.
x-garmingo-status-key<token>
Your Garmingo Status API key. Can be generated at https://garmingo.com/s/settings
In: header
Path Parameters
idstring
Response Body
curl -X GET "https://garmingo.com/api/status/v1/events/string"
{
"data": {
"id": "string",
"status": "string",
"metadata": {},
"monitorId": "string",
"timestamp": true
},
"success": true
}