This integration is coming soon. Contact us to get early access.

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

1

Log in to your Reach+ account and navigate to Settings > API Keys.

2

Generate a new API key with the required permission scopes.

3

Store the API key securely in your application's environment variables.

4

Make your first request: GET /v1/contacts to verify authentication.

5

Review the API reference at /features/api for full endpoint documentation.

6

Implement error handling for rate limits and retries for network failures.

Related integrations