# Solicitar API de oferta

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

:link: [<mark style="color:azul;">**Haga clic para probar la API de solicitud de oferta**</mark>](https://offer18.readme.io/reference/request-offer-api)

### **Parámetros**

| **Ruta** | **Tipo** | **Descripción**      |
| -------- | -------- | -------------------- |
| key      | Cadena   | Clave API            |
| aid      | Entero   | Id de Afiliado       |
| mid      | Entero   | Su MID de anunciante |

<table data-header-hidden><thead><tr><th width="150">Cuerpo</th><th width="150"> </th><th width="368.2"> </th></tr></thead><tbody><tr><td><strong>Cuerpo</strong></td><td><strong>Tipo</strong></td><td><strong>Descripción</strong></td></tr><tr><td>offer_id</td><td>Entero</td><td><p>Proporcione Offerids para solicitar</p><p>(Se permiten varios valores separados por comas)</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 %}

***

### Ejemplo de solicitud API

![](https://497363578-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F41f2EboJipeUA6flsLGK%2Fuploads%2F5RcflMC9lHtwK5IRZ0nS%2Fimage.png?alt=media\&token=93b801cc-f9da-4051-9166-fbe60fe45dd1)

***

### Respuesta de la API

```
{
"111111": "No permitido",
"222222": "Aprobado",
"333333": "Aprobado"
}
```
