POST GET sms/recipients

Get recipients for a given SMS

* required

Parameters

Name Type Description
smsID * integer Unique ID of an SMS
page integer Number of page in results to return
1
1
rpp integer Number of records to return per page
50
1
250

Response Data

Name Type Description
contactID integer ID of contact
firstName string
lastName string
mobileNumber string
deliveryStatus string Status of delivery to the recipient
unsubscribed boolean Recipient opted out after receiving the SMS
dateSent datetime Date SMS was sent to the recipient

Permissions

Method requires the SMS Viewer permission

Example Calls

Get all recipients

GET
/sms/recipients?smsID=123
cURL
Copy
Response Data

API Console

The console uses production data, so BE CAREFUL!
GET
sms/recipients
Param Value Type Description
smsID * integer Unique ID of an SMS
page integer Number of page in results to return
1
1
rpp integer Number of records to return per page
50
1
250
Access token: *