Hosts
List Hosts
Retrieve a list of all hosts registered on your account
GET
Retrieve a list of all hosts registered on your account, including their respective details like id
, creation timestamp, verification status, URL, port, and protocol.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Host list response
Unique identifier for the host
Creation timestamp
Last update timestamp
Verification status of the host
Domain name of the host
Port number for the host
Protocol used (http or https)