# 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?`](https://docs.proxy-seller.com/mobile-crm/get-authorization-key)
2. Get a list of your domains and select one of them. [`How do I get a list of domains?`](https://docs.proxy-seller.com/mobile-crm/usage-guides/modem-action-links/all-client-domain)
3. Use the following method from our API [`Get domain by id`](https://docs.proxy-seller.com/api-reference/action-links#get-domain-by-id)

Example of successful execution of a request in JSON format:

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