Developer Resources
API Documentation
Integrate Tcom into your applications with our RESTful API. Send emails, manage contacts, and track analytics programmatically.
Quick Start
Authenticate with your API key and make your first request:
curl -X POST https://tcom.app/api/campaigns \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name": "Welcome Campaign", "subject": "Hello!"}'Generate your API key from Dashboard → Settings → API Keys
Core Endpoints
POST
/api/campaignsGET
/api/contactsPOST
/api/contactsGET
/api/analyticsPOST
/api/templatesGET
/api/domainsPOST
/api/sms/sendGET
/api/logsSDKs & Libraries
JavaScript / Node.js
Python
PHP
cURL / REST