Skip to content

Send SMS to eSIM

POST
/esims/{iccid}/sms

SMS must be UTF-8 compliant; with a minimum length of 1, and maximum length of 160 characters. This defaults to eSIM and is the only supported value by default. Unique identifiers can be assigned to your Organisation on request. Please contact your Account Manager to discuss this. Note: Requires the eSIM to have an MSISDN

Authorizations

Parameters

Path Parameters

iccid
required
string

(Required) The ICCID of the eSIM

Example
<string>

Request Body

object
{
"message": "message",
"from": "eSIM"
}

Responses

200

OK

object
Example
{
"message": "<string>"
}

400

Bad Request

object
Example
{
"message": "<string>"
}

403

Forbidden

object
Example
{
"message": "<string>"
}

500

Internal Server Error

object
Example
{
"message": "<string>"
}