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"=>"<string>", "monitor_type"=>"<string>", "frequency"=>"WEEKLY", "active_at"=>"<dateTime>", "profile_id"=>"<uuid>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;monitor_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;domain&quot;:&quot;\u003cstring\u003e&quot;,&quot;frequency&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;links&quot;:{&quot;est_2&quot;:&quot;\u003cstring\u003e&quot;},&quot;updated_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;active_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;last_run_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;not_before&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;profile_id&quot;:&quot;\u003cuuid\u003e&quot;}