> 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/zh/lian-meng-ke/lian-meng-ke-api/qing-qiu-offer-api.md).

# 请求 Offer API

```
POST https://api.offer18.com/api/af/offer_request
```

:link: [<mark style="color:蓝色;">**点击测试请求 Offer API**</mark>](https://offer18.readme.io/reference/request-offer-api)

### **参数**

| **路径** | **类型** | **描述**    |
| ------ | ------ | --------- |
| key    | 字符串    | API 密钥    |
| aid    | 整数     | 联盟 Id     |
| mid    | 整数     | 您的广告主 MID |

<table data-header-hidden><thead><tr><th width="150">主体</th><th width="150"> </th><th width="368.2"> </th></tr></thead><tbody><tr><td><strong>主体</strong></td><td><strong>类型</strong></td><td><strong>描述</strong></td></tr><tr><td>offer_id</td><td>整数</td><td><p>提供要请求的 Offerid</p><p>（允许多个值，用逗号分隔）</p></td></tr></tbody></table>

{% code overflow="wrap" %}

```
https://api.offer18.com/api/af/offer_request?key=000000000&aid=0000&mid=0000&offer_id=00000,00000
```

{% endcode %}

***

### 示例 API 请求

![](/files/bfdf88a5d3c7d71ccf5e60df24ffe94f256203b9)

***

### API 响应

```
{
"111111": "不允许",
"222222": "已批准",
"333333": "已批准"
}
```
