> 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.md).

# API сети

Пользователи могут управлять своими Партнёрами, Отчётами и Панелями программно вне Панели, используя API сети Offer18. Это один из удобных инструментов в разделе White-label, позволяющий использовать собственные страницы входа/регистрации пользователей.

**Для использования Network API необходимы следующие учетные данные API.**

1. Секретный ключ&#x20;
2. API-ключ
3. mid

**Как получить эти учетные данные из панели управления Offer18.**

1. **Перейдите в Аккаунт » Безопасность**
2. **Нажмите «просмотреть», чтобы получить Секретный ключ**

![](/files/d3a231c90578f6ac108acb071ea7ccb874cf9534)

**Доступные API**

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td>📄 <strong>API офферов</strong></td><td></td><td><a href="/pages/1fe15a79b28aa392f53d1df094c33f9c26ef68ff">/pages/1fe15a79b28aa392f53d1df094c33f9c26ef68ff</a></td></tr><tr><td></td><td>📄 <strong>API создания оффера</strong></td><td></td><td><a href="/pages/ebec41b5a66aba686e08a5021cafdad059555918">/pages/ebec41b5a66aba686e08a5021cafdad059555918</a></td></tr><tr><td></td><td>📄 <strong>API конверсий</strong></td><td></td><td><a href="/pages/671711e5e7ac15ae6868c3e9b685c8b52d201b26">/pages/671711e5e7ac15ae6868c3e9b685c8b52d201b26</a></td></tr><tr><td></td><td>📄 <strong>API отчётов</strong></td><td></td><td><a href="/pages/1f6043e808969ffdd5d8a3e9abe7001c0675b2f8">/pages/1f6043e808969ffdd5d8a3e9abe7001c0675b2f8</a></td></tr><tr><td></td><td>📄 <strong>API входа</strong></td><td></td><td><a href="/pages/99e28e2740e85732fc11bd5e1c80845b2485f676">/pages/99e28e2740e85732fc11bd5e1c80845b2485f676</a></td></tr><tr><td></td><td><strong>📄 API создания партнёра и рекламодателя</strong></td><td></td><td><a href="/pages/1fecf1cdc5df1dfa44ebb0816b277bef116e8608">/pages/1fecf1cdc5df1dfa44ebb0816b277bef116e8608</a></td></tr><tr><td></td><td>📄 <strong>Сброс пароля партнёра и рекламодателя</strong></td><td></td><td><a href="/pages/9eebd4441aa5d0aae82a674b03b93ca9230122b6">/pages/9eebd4441aa5d0aae82a674b03b93ca9230122b6</a></td></tr></tbody></table>

***

{% 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.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.
