# 网络 API

用户可以使用 Offer18 Network API 在仪表板之外以编程方式管理其合作伙伴、报告和仪表板。它是白标服务下的一个便捷工具，可用于用户自定义的登录/注册页面。

**使用 Network API 需要以下 API 凭证。**

1. 密钥（Secret key）&#x20;
2. API 密钥
3. mid

**如何从 Offer18 仪表板中提取这些凭证。**

1. **前往 账户 » 安全**
2. **点击查看以获取密钥（Secret key）**

![](/files/c5ba62da97bab7da8853d7970bdfb9a859b94fb1)

**可用的 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>广告（Offers）API</strong></td><td></td><td><a href="/pages/32351cccae0855c9b478da3dc799b990f1a40226">/pages/32351cccae0855c9b478da3dc799b990f1a40226</a></td></tr><tr><td></td><td>📄 <strong>广告（Offer）创建 API</strong></td><td></td><td><a href="/pages/d6a4050ceed1daf1ff9ca3b33862c1672acbcecd">/pages/d6a4050ceed1daf1ff9ca3b33862c1672acbcecd</a></td></tr><tr><td></td><td>📄 <strong>转换（Conversion）API</strong></td><td></td><td><a href="/pages/b608fb5bd223ca62b128f8a655bca5d7ddd13242">/pages/b608fb5bd223ca62b128f8a655bca5d7ddd13242</a></td></tr><tr><td></td><td>📄 <strong>报告（Reports）API</strong></td><td></td><td><a href="/pages/19883fc132da7fc58196d295530cb467cbfed96e">/pages/19883fc132da7fc58196d295530cb467cbfed96e</a></td></tr><tr><td></td><td>📄 <strong>登录（Login）API</strong></td><td></td><td><a href="/pages/8f19d69a9aab18327c9048d67647796027c2eec8">/pages/8f19d69a9aab18327c9048d67647796027c2eec8</a></td></tr><tr><td></td><td><strong>📄 联盟与广告主创建 API</strong></td><td></td><td><a href="/pages/c3f728afcac359d92d57a2111b68f524e06b65a1">/pages/c3f728afcac359d92d57a2111b68f524e06b65a1</a></td></tr><tr><td></td><td>📄 <strong>联盟与广告主密码重置</strong></td><td></td><td><a href="/pages/9cc9c1592a3a047ac3b63fe79147660b9658a070">/pages/9cc9c1592a3a047ac3b63fe79147660b9658a070</a></td></tr></tbody></table>

***

{% hint style="info" %}
**为保证交互安全，请始终从服务器端调用 API。**
{% endhint %}


---

# Agent Instructions: 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/zh/wang-luo/wang-luo-api.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.
