Hosts
Create Host
Create a new host by providing necessary details
POST
Create a new host by providing necessary details such as url
, port
, and protocol
. Post-creation, the host will be automatically scheduled for verification.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Host to add
Domain name of the host
Port number for the host
Protocol used (http or https)
Response
200
application/json
Host creation response
ID of the created host