Skip to main content
From clean signup to first verification in a few steps. Email uses scope validations:email; phone uses validations:phone; CPF uses validations:cpf. Billing follows the chosen mode or SKU — Modes and billing.

In short

  • Email — check whether the address exists before sending a campaign or transactional.
  • Phone — check format and, in full mode, whether it has WhatsApp.
  • CPFquick mode (format) or full mode (official government database via partnership).
  • Up to 10 in sync API or dashboard; large lists via async batch.

Before you start

Base URL: https://api.notifique.dev.

Email — immediate verification (up to 10)

Send the list and get results in the same response — ideal at signup or before importing a small spreadsheet.
Quick mode — format, disposable domain, and MX (cheaper):
Full mode — includes inbox check (deeper):
Response 200:

Email — large batch (up to 10,000)

For large lists, processing runs in the background — you check progress later.
Response 200 (job queued):
Check progress:

Phone — immediate verification (up to 10)

Same idea: send up to 10 numbers and get results in the response.
Quick mode — international format and line type:
Full mode — includes WhatsApp check:
Response 200:
In quick mode, whatsapp_registered is null (WhatsApp is not checked).

Phone — large batch (500 to 10,000)

Phone batch requires at least 500 numbers per job. For smaller lists, use the dashboard or the sync route.
Job status:

CPF — immediate lookup (up to 10)

Send CPF + birth date pairs and get results in the same response.
Quick mode — validates CPF checksum and birth date format (cheaper):
Response 200 (locally valid):
Full mode — official government database lookup (via partnership). Send multiple pairs in one request — each item returns its own status:
Response 200 (adult found + minor blocked in the same response):
Other statuses in the same array: notFound, invalid (no charge). See CPF lookup.
Isolated example — not found (still charged in full mode):

CPF — large batch (up to 10,000)

Response 200 (job queued):
Poll progress:
Unlike phone batch, there is no 500 minimum — any batch from 1 to 10,000 items is accepted.

Dashboard (no code)

Paste the list, choose Quick or Full, and see results on the right.

Next steps