# Edit domain

You can always change the domain name settings. This example will show you how to do that.

To edit domain, perform the following 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 [`Edit domain`](https://docs.proxy-seller.com/api-reference/action-links#update-domain)

Example of successful execution of a request:

```json
{
    "id": "6683a91b19erd56a69f716",
    "domain": "some.com",
    "useTls": false,
    "approved": true,
    "prioritized": false,
    "linkEnabled": true,
    "prefix": "/some/new/prefix/"
}
```
