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 two variables. Open the collection → Variables tab:
Variable Value baseUrlhttps://restlink23telecom.com/api/v1apiKeyYour key from the portal (Settings → API Keys) -
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, payments) 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.