> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/ru/set/api-seti/sbros-parolya-partnyora-i-reklamodatelya.md).

# Сброс пароля партнёра и рекламодателя

### Общие параметры

| **Запрос** | **Тип** | **Описание**        |
| ---------- | ------- | ------------------- |
| mid        | Целое   | ID аккаунта сети    |
| api-key    | Строка  | API-ключ сети       |
| secret-key | Строка  | Секретный ключ сети |

***

## **Сброс пароля партнёра**

```
POST https://api.offer18.com/api/m/affiliate_password_reset
```

:link: [<mark style="color:синий;">**Нажмите, чтобы протестировать API сброса пароля партнёра**</mark>](https://offer18.readme.io/reference/password-reset)

#### Фильтры

| **Тело**                   | **Тип** |
| -------------------------- | ------- |
| электронная-почта-партнёра | Строка  |

#### **Ответ API**

```
{
    "status": "200",
    "response": "affiliate_pass_reset:completed",
    "password": "00000000",
    "affiliate_id": "000000"
}
```

***

## **Сброс пароля рекламодателя**

```
POST https://api.offer18.com/api/m/advertiser_password_reset
```

:link: [<mark style="color:синий;">**Нажмите, чтобы протестировать API сброса пароля рекламодателя**</mark>](https://offer18.readme.io/reference/advertiser-password-reset)

#### Фильтры

| **Тело**                        | **Тип** |
| ------------------------------- | ------- |
| электронная-почта-рекламодателя | Строка  |

#### **Ответ API**

```
{
    "status": "200",
    "response": "advertiser_pass_reset:completed",
    "password": "00000000",
    "advertiser_id": "000000"
}
```

{% hint style="info" %}
**Для безопасного взаимодействия всегда вызывайте API с сервера.**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.offer18.com/ru/set/api-seti/sbros-parolya-partnyora-i-reklamodatelya.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
