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

# 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

![](/files/85d3634704a1d1e2be81f81ebfafd6674b0e0d65)

***

### Respuesta de la API

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