API
Build Direct Mail Into Anything.
Full REST API. Contacts, campaigns, templates, analytics, addresses. Direct mail as infrastructure for any application.
Why use Reach+ with API
RESTful JSON API
Clean REST API with JSON request and response bodies. Well-documented with examples in cURL, JavaScript, Python, and Ruby.
API key authentication
Authenticate with a Bearer API key. Generate multiple keys with different permission scopes for different applications or environments.
Contacts endpoint
Create, read, update, and delete contacts. List and filter contacts with pagination. Keep Reach+ in sync with your system of record.
Campaigns endpoint
Create campaigns, add contacts, submit for print, and query status — all programmatically. Trigger mail pieces from any application event.
Templates endpoint
Manage postcard templates via API. Create, clone, update, and assign templates without touching the Reach+ UI.
Rate limits and SLAs
Standard API rate limits apply. For high-volume use cases requiring elevated rate limits, contact us at [email protected].
Get connected in minutes
Log in to your Reach+ account and navigate to Settings > API Keys.
Generate a new API key with the required permission scopes.
Store the API key securely in your application's environment variables.
Make your first request: GET /v1/contacts to verify authentication.
Review the API reference at /features/api for full endpoint documentation.
Implement error handling for rate limits and retries for network failures.
Connect Reach+ to API today.
Related resources