All client domain

In this example, we will look at how to get information about all of our custom domain names.

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

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

  2. Use the following method from our API. Get all client domain

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