Garmingo Docs
Monitors

Create Monitor

POST endpoint to create a monitor with type, region, schedule, and settings.

POST
/monitors
x-garmingo-status-key<token>

Your Garmingo Status API key. Can be generated at https://garmingo.com/s/settings

In: header

ttlinteger
typestring
regionstring
enabled?string
retriesinteger
Range0 <= value <= 5
keywords?array<string>
settingsobject

Empty Object

proxyHost?string
proxyPort?integer
proxyType?string
displayNamestring
proxyPassword?string
proxyUsername?string

Response Body

curl -X POST "https://garmingo.com/api/status/v1/monitors" \  -H "Content-Type: application/json" \  -d '{    "ttl": 0,    "type": "string",    "region": "string",    "retries": 5,    "settings": {},    "displayName": "string"  }'
{
  "success": true
}
{
  "message": "string",
  "success": true
}