> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lumosai.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Oportunidades activas por contactos

> Devuelve oportunidades activas para una lista de emails en un tenant

## Metodo y ruta

`POST /integrations/v1/contacts/opportunities/active`

## Autenticacion

* Header `x-api-key`
* Campo `tenantId` en body

## Body minimo

```json theme={null}
{
  "tenantId": "<tu_tenant_id>",
  "emails": ["ventas@cliente.com"]
}
```
