Create Monitor Item

POST {{baseUrl}}/api/v1/monitoring/items/

This API endpoint creates a new monitor item for the account associated with the API key used to make the request.

Request Body

{"domain"=>"example.com", "monitor_type"=>"website_status_monitor", "frequency"=>"WEEKLY", "active_at"=>"2016-05-28T17:56:58.215Z", "profile_id"=>"urn:uuid:044522d2-546a-81d0-962e-4ee548ae07d3"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"id":"urn:uuid:55182fa1-58bf-23b2-aa80-be5d389b391a","monitor_type":"ex Lorem ut officia est","name":"aliquip offic","description":"nostrud id consequat fugiat esse","domain":"ut eu","frequency":"in ad nostrud","created_at":"1987-03-06T05:13:31.735Z","links":{"link_name":"https://example.net/link/to/resource","other_link_name":"https://example.net/link/to/other/resource"},"updated_at":"2008-07-07T17:11:14.665Z","active_at":"1970-11-03T10:52:10.456Z","last_run_at":"2010-04-13T01:49:55.435Z","not_before":"1956-07-23T12:42:22.333Z","profile_id":"28bf085e-c176-5363-31fe-06a00a7561ca"}