User Tools

Site Tools


developers:api:sms

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
developers:api:sms [2014/10/16 13:10]
Jaco van Wyk created
developers:api:sms [2014/10/17 19:45]
Jaco van Wyk
Line 1: Line 1:
 ====== SMSes ====== ====== SMSes ======
  
 +===== /​v1/​sms/​id/​get =====
 +
 +Retrieve an SMS by id and return it's details.
 +
 +==== SMS Parameter Listing ====
 +
 +^Name ^Availability ^Description^
 +|to |get |The phone number the SMS was sent to.|
 +|state |get |The current state of the SMS.|
 +|user |get |The user associated with the sending of the SMS.|
 +|message |get |The text body of the SMS.|
 +
 +===== /​v1/​sms/​list =====
 +
 +List all SMSes associated with the current account.
 +
 +==== List SMS Filters ====
 +
 +^Name ^Availability ^Description^
 +|client_id |get |The client_id of the SMS.|
 +|page |get |The page of results to return.|
 +|perpage |get |The number of results per page to return.|
developers/api/sms.txt ยท Last modified: 2014/10/17 19:45 by Jaco van Wyk