> 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/pt/afiliado/apis-de-afiliado/solicitar-api-de-oferta.md).

# Solicitar API de oferta

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

:link: [<mark style="color:azul;">**Clique para Testar a API de Requisição de Oferta**</mark>](https://offer18.readme.io/reference/request-offer-api)

### **Parâmetros**

| **Caminho** | **Tipo** | **Descrição**         |
| ----------- | -------- | --------------------- |
| key         | String   | Chave da API          |
| aid         | Inteiro  | Id do Afiliado        |
| mid         | Inteiro  | Seu MID de Anunciante |

<table data-header-hidden><thead><tr><th width="150">Corpo</th><th width="150"> </th><th width="368.2"> </th></tr></thead><tbody><tr><td><strong>Corpo</strong></td><td><strong>Tipo</strong></td><td><strong>Descrição</strong></td></tr><tr><td>offer_id</td><td>Inteiro</td><td><p>Forneça Offerids para Solicitar</p><p>(Vários valores permitidos separados por vírgula)</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 %}

***

### Exemplo de Requisição API

![](/files/c778b5cf739472deee47467a6eaf5204a99d1c3c)

***

### Resposta da API

```
{
"111111": "Não Permitido",
"222222": "Aprovado",
"333333": "Aprovado"
}
```
