| Name | Type | Required | Description |
|---|---|---|---|
iccid | string | required | The ICCID of the eSIM to send the SMS to. |
message | string | required | The message content to send. |
curl --location 'https://api-dev.getroamify.com/api/esim/sms' \
--header 'Authorization: Bearer roamify_4ECge13m8ZqFvGshLVLfdnFzi5hGuXkCBg2keWxVVKi7b2BGWmoXiv7bgVtNxY5Ruif7QKEthrLNrEkvnBV3Z7D3Fyj547NbnDnsDU7HgkRX8ggKD285dkXZHdNFM8npxoyr12nSzfpzqRuLvJj2d9eXgucEQmD9Gg4aKnUWvNaRbz1mKv7fAwdJe' \
--header 'Content-Type: application/json' \
--data '{
"iccid": "871003213213123131",
"message": "Hello Cusotmer!"
}'application/json; charset=utf-8 content type is not supported in the response body