# 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?`](https://docs.proxy-seller.com/mobile-crm/get-authorization-key)
2. Use the following method from our API. [`Get all client domain`](https://docs.proxy-seller.com/api-reference/action-links#get-all-client-domain-by-current-auth)

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/"
  }
]
```
