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.
Install from your package manager. Each is MIT-licensed and open source on GitHub.
Validate emails the Laravel way — a facade, config, and a drop-in Deliverable validation rule.
A framework-agnostic PSR-18 client for any PHP application.
Every SDK wraps one REST endpoint. Authenticate with a Bearer token and your organization ID:
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.
Related terms
Get 100 free validations to test our service. No credit card required.
Start Free Trial