sender id

API Docs by APIMATIC

Sender ID

SMS Sender ID registered on the platform

Fields

NameDescription
id Required
String

Unique identifier of the Sender ID

sender_id Required
String

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

type Required
allowlisted_in Required
array<String>

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

{
  "id": "3c7a5a90-43e0-43e0-b006-fdfea30c5a7c",
  "sender_id": "Wavix",
  "type": null,
  "allowlisted_in": [
    "GB",
    "DE"
  ]
}