v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
SMS and MMS

List Sender IDs

Returns the Sender IDs registered for the authenticated account.

get/v3/messages/sender-ids

Response

Returns the list of Sender IDs.

Example response

{
  "items": [
    {
      "id": "3c7a5a90-43e0-43e0-b006-fdfea30c5a7c",
      "sender_id": "Wavix",
      "usecase": "promo",
      "samples": [
        "sample"
      ]
    }
  ]
}