OOmniReach
Workspace / Overview
Workspace configurationSettings

Manage your account, integrations, automations, and plan.

API Documentation

Learn how to integrate OmniReach with your custom software programmatically.

Authentication

All requests to the OmniReach API must be authenticated using a Bearer token. You can generate an API key from the Developer API settings tab.

HTTP Headers
Authorization: Bearer omni_live_YOUR_API_KEY_HERE
Content-Type: application/json
Tenant isolation is automatic

Each API key belongs to the workspace that generated it. Never send a tenant or organization ID; OmniReach derives it from the key and blocks cross-tenant access.

Keep your keys secure!

Never expose your API keys in client-side code (like frontend JavaScript). Always make requests from your secure backend server.