> For the complete documentation index, see [llms.txt](https://docs.scorepositivo.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scorepositivo.com.br/pessoa-fisica/relatorios-para-cpf/e-mail-diferencial.md).

# E-mail - Diferencial

<table><thead><tr><th width="197">Código</th><th>Tipo</th></tr></thead><tbody><tr><td><mark style="color:blue;">cpf-email-dif</mark></td><td>Síncrono</td></tr></tbody></table>

### Parâmetros adicionais de requisição:

<table><thead><tr><th width="193">Campo</th><th width="549">Descrição</th></tr></thead><tbody><tr><td>emails</td><td><mark style="color:red;">Obrigatório</mark><br>Lista com e-mails.</td></tr></tbody></table>

### Exemplo de requisição:

<pre class="language-json"><code class="lang-json">curl 
--location
--request POST 'https://core.scorepositivo.com.br/api/report' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {bearer_token}' \
--data-raw '{
<strong>    "report_id":"cpf-email-dif",
</strong>    "document":"{documento}",
    "trial":true,
    "emails": [
        "xxxxx@gmail.com",
        "yyyyy@gmail.com"
    ]
}'
</code></pre>

## Campos de Retorno

| Campo             | Descrição          |
| ----------------- | ------------------ |
| name              | Nome.              |
| [emails](#emails) | Lista com e-mails. |

#### emails

| Campo    | Descrição                |
| -------- | ------------------------ |
| email    | E-mail                   |
| date     | Data (yyyy-mm-dd).       |
| date\_br | Data PT-BR (dd/mm/yyyy). |
