> 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/affiliate/affiliate-apis/request-offer-api.md).

# Request Offer API

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

:link: [<mark style="color:blue;">**Click to Test Request Offer API**</mark>](https://offer18.readme.io/reference/request-offer-api)

### **Parameters**

| **Path** | **Type** | **Description**     |
| -------- | -------- | ------------------- |
| key      | String   | API Key             |
| aid      | Integer  | Affiliate Id        |
| mid      | Integer  | Your Advertiser MID |

<table data-header-hidden><thead><tr><th width="150">Body</th><th width="150"> </th><th width="368.2"> </th></tr></thead><tbody><tr><td><strong>Body</strong></td><td><strong>Type</strong></td><td><strong>Description</strong></td></tr><tr><td>offer_id</td><td>Integer</td><td><p>Provide Offerids to Request</p><p>(Multiple Values allowed Comma Separated)</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 %}

***

### Example API Request

![](/files/bBKw7PS1DTxIN1BdfLYA)

***

### API Response

```
{
"111111": "Not Allowed",
"222222": "Approved",
"333333": "Approved"
}
```
