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.
- CPF — quick 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.Email — large batch (up to 10,000)
For large lists, processing runs in the background — you check progress later.Phone — immediate verification (up to 10)
Same idea: send up to 10 numbers and get results in the response.quick mode, whatsapp_registered is null (WhatsApp is not checked).
Phone — large batch (500 to 10,000)
CPF — immediate lookup (up to 10)
Send CPF + birth date pairs and get results in the same response.status:
Other statuses in the same array:
notFound, invalid (no charge). See CPF lookup.CPF — large batch (up to 10,000)
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.

