> For the complete documentation index, see [llms.txt](https://docs.leadconverter.su/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.leadconverter.su/api-metody/recurrent/enableautowithdraw.md).

# enableAutoWithdraw

## Запрос с помощью ID подписчика в платформе

<mark style="color:green;">`POST`</mark> `https://leadconverter.ru/api/v1/токен/recurrent.enableAutoWithdraw`

#### Query Parameters

| Name                                             | Type    | Description                              |
| ------------------------------------------------ | ------- | ---------------------------------------- |
| subscriber\_id<mark style="color:red;">\*</mark> | integer | идентификатор подписчика в LeadConverter |
| offer\_id<mark style="color:red;">\*</mark>      | integer | идентификатор подписки в LeadConverter   |

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

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}

**Пример использования:**

```
https://leadconverter.ru/api/v1/токен/recurrent.enableAutoWithdraw?secret=секретный_ключ&subscriber_id=ид_подписчика&offer_id=ид_подписки
```
