Available environments
| Environment | Base URL | Purpose |
|---|---|---|
| Production | https://{tenant}.techea.eu/api/v1 | Live traffic |
| Sandbox | https://sandbox.techea.eu/api/v1 | Integration testing |
Sandbox
The sandbox environment lets you build and test your integration without affecting live data or real advertiser matching.- Leads submitted to sandbox are never distributed to real advertisers.
- Responses mimic production behaviour — you will receive
accepted,rejectedandpendingstatuses. - Sandbox credentials (API Key,
publisher_id,product_id) are separate from production. Request them from your Leadhub account manager.
Example request (sandbox)
Sandbox API Keys cannot be used against the production endpoint, and vice versa.
Production
Production requests are routed tohttps://{tenant}.techea.eu/api/v1, where {tenant} is the subdomain assigned to your account.
Contact your Leadhub account manager to confirm your production tenant URL.