All hosts info

In this case study you will learn how to get information about all your hosts.

Follow these steps to obtain a list of host information

  1. Get API Key. How to get the key?

  2. Use the following method from our API Get all hosts.

Example of successful execution of a request in JSON format:

[
  {
    "id": "21vjv1224n45v7457mvcas",
    "name": "Host Number 1",
    "number": "101"
  }
]

Last updated