Domain info

In this example, we will look at how to get information about a single custom domain.

To obtain a list of information about all your domains, follow these steps:

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

  2. Get a list of your domains and select one of them. How do I get a list of domains?

  3. Use the following method from our API Get domain by id

Example of successful execution of a request in JSON format:

  {
        "id": "63888a772bd6cd2bc8071515",
        "domain": "mobile.space",
        "useTls": false,
        "approved": true,
        "prioritized": false,
        "linkEnabled": true,
        "prefix": "/custom/"
  }

Last updated