Domain Monitors

List domain monitors

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/domains
200

List of domain monitors

Add a domain monitor

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
domainstringOptional
Responses
chevron-right
201

Domain monitor created

application/json
post
/domains
201

Domain monitor created

Retrieve domain monitor by ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
get
/domains/{id}
200

Domain monitor details

Delete a domain monitor

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
delete
/domains/{id}
204

Domain monitor deleted

No content

Last updated