# 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"
}
```


---

# 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/affiliate/affiliate-apis/request-offer-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.
