Developers

Verify email in your stack in minutes

Official, open-source SDKs wrap the BounceShift validation API so you can check whether an address is real, deliverable, and safe to send — from a signup form, a queue job, or a batch clean.

Official SDKs

Install from your package manager. Each is MIT-licensed and open source on GitHub.

PHP

Laravel

Validate emails the Laravel way — a facade, config, and a drop-in Deliverable validation rule.

composer require bounceshift/laravel
PHP

PHP

A framework-agnostic PSR-18 client for any PHP application.

composer require bounceshift/bounceshift-php
TypeScript

Node.js & TypeScript

A typed client and Express middleware for Node and TypeScript.

npm install @bounceshift/sdk

Or call the API directly

Every SDK wraps one REST endpoint. Authenticate with a Bearer token and your organization ID:

cURL
curl -X POST https://api.bounceshift.com/v1/validate/single \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "X-Organization-ID: YOUR_ORG_ID" \
  -H "Content-Type: application/json" \
  -d '{"email": "[email protected]"}'

Full reference: interactive API docs · OpenAPI spec · status & error codes.

Learn

How the engine works

Ready to Try BounceShift?

Get 100 free validations to test our service. No credit card required.

Start Free Trial