sender id registration request

API Docs by APIMATIC

Sender ID Registration Request

SMS Sender ID to be registered on the platform

Fields

NameDescription
sender_id Required
String

Name of the Sender ID. Can be either an alphanumeric string or a DID number.

type Required
countries Required
array<String>

An array of 2 letter ISO codes of the countries the Sender ID to be allow listed in

{
  "sender_id": "Wavix",
  "type": null,
  "countries": [
    "GB",
    "FR"
  ]
}