-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yml
More file actions
81 lines (79 loc) · 3.04 KB
/
Copy pathapis.yml
File metadata and controls
81 lines (79 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
aid: neverbounce
name: NeverBounce
description: >-
NeverBounce is an email verification and list cleaning service (now part of
ZeroBounce) that validates individual email addresses in real time and
cleans bulk lists by checking syntax, mailbox existence, role addresses,
disposable addresses, catch-all domains, and deliverability to reduce bounce
rates for marketing, sales, and transactional senders. The NeverBounce v4
REST API at https://api.neverbounce.com/v4/ provides endpoints for single
email checks, list jobs (create, parse, start, status, results, download),
account info, and webhooks, with JSON responses over HTTPS. Authentication
uses a per-integration API key (format `secret_xxxx...`) passed as the
`key` parameter or in the Authorization header.
type: Index
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
- Email Verification
- Email Validation
- Email Hygiene
- Deliverability
- Marketing
- List Cleaning
- ZeroBounce
url: >-
https://raw.githubusercontent.com/api-evangelist/neverbounce/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.19'
apis:
- 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
common:
- type: AgenticAccess
url: agentic-access/neverbounce-agentic-access.yml
- type: DomainSecurity
url: security/neverbounce-domain-security.yml
- type: Authentication
url: authentication/neverbounce-authentication.yml
- type: LinkedIn
url: https://www.linkedin.com/company/neverbounce
- type: Website
url: https://www.neverbounce.com
- type: Documentation
url: https://developers.neverbounce.com/
- type: GitHubOrganization
url: https://github.com/NeverBounce
- type: Pricing
url: https://www.neverbounce.com/pricing
- type: Signup
url: https://app.neverbounce.com/register
- type: LlmsText
url: https://developers.neverbounce.com/llms.txt
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com