NeverBounce API v4

RESTful JSON API for email verification. Provides single email verification (`/single/check`), bulk job verification (`/jobs/create`, `/jobs/parse`, `/jobs/start`, `/jobs/status`, `/jobs/results`, `/jobs/download`), account info, and POE (Proof of Engagement) endpoints. Authentication uses a per-integration API key (`secret_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`) passed via the `key` query/body parameter or `Authorization: Bearer` header.

API entry from apis.yml

apis.yml Raw ↑
aid: neverbounce:v4-api
name: NeverBounce API v4
description: 'RESTful JSON API for email verification. Provides single email verification (`/single/check`),
  bulk job verification (`/jobs/create`, `/jobs/parse`, `/jobs/start`, `/jobs/status`, `/jobs/results`,
  `/jobs/download`), account info, and POE (Proof of Engagement) endpoints. Authentication uses a per-integration
  API key (`secret_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`) passed via the `key` query/body parameter or `Authorization:
  Bearer` header.'
humanURL: https://developers.neverbounce.com/docs/api-getting-started
baseURL: https://api.neverbounce.com/v4
tags:
- Email Verification
- REST
- JSON
- Deliverability
properties:
- type: Documentation
  url: https://developers.neverbounce.com/docs/api-getting-started
- type: Verifying an Email
  url: https://developers.neverbounce.com/docs/verifying-an-email
- type: Verifying a List
  url: https://developers.neverbounce.com/docs/verifying-a-list
- type: GitHub SDKs
  url: https://github.com/NeverBounce