Skip to content

Every endpoint, pre-configured — generated from the same OpenAPI spec as this documentation, so it never drifts.

Download Postman collection ↓

  1. Import. In Postman: File → Import and drop the downloaded 23telecom-sms-api.postman_collection.json.

  2. Set two variables. Open the collection → Variables tab:

    VariableValue
    baseUrlhttps://restlink23telecom.com/api/v1
    apiKeyYour key from the portal (Settings → API Keys)
  3. Send. Open SMS → Send SMS, replace the recipient with your own number in the example body, and hit Send.

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.

  • 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.