iTrade Internet API v1.2.0

Unified, provider-neutral communication APIs for your applications.

Products

Reference

Authentication

Every versioned endpoint requires your iTrade API key:

X-API-Key: <your_itrade_api_key>

Quick start

curl -sS https://api.itradeinternet.com/voice/v1/calls:clicktocall \
  -H "Content-Type: application/json" \
  -H "X-API-Key: <your_itrade_api_key>" \
  -d '{ "agent_number": "919812345678", "destination_number": "919900112233", "caller_id": "0123456789" }'

Build 1.2.0 · 2026-08-16