Postman collection
Copy page
Every endpoint, pre-configured — generated from the same OpenAPI spec as this documentation, so it never drifts.
Set up in one minute
Section titled “Set up in one minute”-
Import. In Postman: File → Import and drop the downloaded
23telecom-sms-api.postman_collection.json. -
Set authentication. Open the collection → Variables tab:
Variable Value baseUrlhttps://restlink23telecom.com/api/v1apiKeyYour key from the portal (Settings → API Keys) -
Set idempotency before a send. Set
idempotencyKeyto a fresh value for this logical request, such aswelcome-20260715-001. For Send SMS, enable the disabledIdempotency-Keyheader. Send individual SMS and the managed-activation Send one SMS from an integration request require the header and have it enabled already. Reuse a key only when retrying the exact same request body. -
Send. Open SMS → Send SMS, replace the recipient with your own number in the example body, and hit Send.
What’s inside
Section titled “What’s inside”The collection mirrors the API structure: SMS (send, status), Messages
(list, unified, CSV export), Statistics (aggregate, daily, by country),
Account (balance, pricing) and Webhooks (settings, test,
logs). Auth is handled at collection level — every request inherits the
X-API-Key: {{apiKey}} header.
Alternatives
Section titled “Alternatives”- API playground — try requests right in the browser, nothing to install.
- OpenAPI spec — import the raw spec into Insomnia, Bruno, Hoppscotch or your own tooling.