sender id registration request
SMS Sender ID to be registered on the platform
Name | Description |
---|---|
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"
]
}