Smsready API Reference
API Reference/Smsready

Smsready

For authentication instructions, see API overview.

post

Create send

Create send. You need to pass through any required fields, and you can optionally pass through other fields.

Request body

  • mobilestring
  • bodystring

Request

cURL
export ICLOUDREADY_API_KEY=[your api key]
curl -X POST -H 'Content-Type: application/json' \
-H "Authorization: Bearer $ICLOUDREADY_API_KEY" \
https://api.icloud-ready.com/api/v2/smsready/sendsms \
-d 'mobile="+201234567890"' \
-d 'body="Hello, World"'

Response

No response schema