Monitors endpoints
Endpoints6
GETList all monitors/v2/monitorsReturns every monitor you can access.GETRetrieve monitor/v2/monitors/{id}Retrieves detailed configuration for a specific monitor by its unique identifier.GETRetrieve monitor history/v2/monitors/{id}/historyReturns the history of a monitor.POSTCreate monitor/v2/monitorsCreates a monitor.PUTUpdate monitor/v2/monitors/{id}Updates a monitor by its ID.DELDelete monitor/v2/monitors/{id}Deletes a monitor by its ID.