SMS and MMS
Retrieve a Sender ID
Returns the Sender ID identified by id.
get/v3/messages/sender-ids/{id}
Path parameters
idstring uuid required
The unique ID of the Sender ID.
Response
Returns the Sender ID.
Example response
{
"id": "3c7a5a90-43e0-43e0-b006-fdfea30c5a7c",
"sender_id": "Wavix",
"type": "alphanumeric",
"usecase": "promo",
"samples": [
"Sample"
],
"allowlisted_in": [
"GB"
]
}