> For the complete documentation index, see [llms.txt](https://docs.dler.io/black-hole/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dler.io/black-hole/api/v1/managed.md).

# Managed

<mark style="color:green;">`POST`</mark> `https://dler.cloud/api/v1/managed/clash`

#### Request Body

| Name                                            | Type   | Description |
| ----------------------------------------------- | ------ | ----------- |
| access\_token<mark style="color:red;">\*</mark> | String |             |
| optional\_params                                | String |             |

{% tabs %}
{% tab title="200 " %}

```
{
	"ret": 200,
	"msg": "success",
	"name": "Dler Cloud",
	"smart": "https:\/\/dler.cloud\/subscribe\/$token?clash=smart",
	"vmess": "https:\/\/dler.cloud\/subscribe\/$token?clash=vmess",
	"ss2022": "https:\/\/dler.cloud\/subscribe\/$token?clash=ss2022"
}
```

{% endtab %}
{% endtabs %}
