| 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_3fegvaRHZxZoAsB7Yg5KFs5ymSg3kBN1trn4DxRrqW1mDRoo9DueN6FSfNTuGndVGpR2iTyH4UVmZf39tVb5muWUPqBm1dh5eHiH5WkPN3wGLF8cr7MhemqekwK7rdqFizTZD9VDRq5P5RHAXzL2tCHfcrsskg2YoP8JE1fndNoiQCUSS1GBUUpmH' \
--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