Getting Started
Base URL
All API requests go to:
https://api.tenreply.com/apiThe API uses JSON for request and response bodies (Content-Type: application/json).
Enable Developer Mode
Developer access is opt-in per workspace:
- Log into your Tenreply workspace.
- Go to Settings → Features.
- Toggle Developer Mode on.
- A new Developer tab appears in Settings — open it to create your first API key.
Your first request
Once you have an API key, test it:
curl https://api.tenreply.com/api/zapier/me \ -H "Authorization: Bearer trl_live_your_key_here"Expected response:
{ "businessId": "your-business-id", "ok": true }Next steps
- Authentication — create and manage API keys.
- API Reference — full endpoint listing.
- Webhooks — receive real-time events.
- Zapier — connect with 7,000+ apps, no code.