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:
Get API Key.
how to get the key?
Get a list of your domains and select one of them.
How do I get a list of domains?
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