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