When HTTP status is 202, a URL will be returned in the Location header of the form /sms/{aname}/history?next={token}. This URL can be used to request the next set of messages.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account name.
Continue the previous query from the URL in Location Header.
int64application/json
application/json
application/json
curl -X GET "https://example.com/m2m/v1/sms/0252012345-00001/history"{ "messages": [ { "deviceIds": [ { "id": "09623489171", "kind": "esn" } ], "message": "testmessage1", "timestamp": "2016-01-01T12:29:49-08:00" }, { "deviceIds": [ { "id": "09623489171", "kind": "esn" } ], "message": "testmessage2", "timestamp": "2016-01-01T12:31:02-08:00" } ], "hasMoreData": false}{ "messages": [ { "deviceIds": [ { "id": "09623489171", "kind": "esn" } ], "message": "testmessage1", "timestamp": "2016-01-01T12:29:49-08:00" }, { "deviceIds": [ { "id": "09623489171", "kind": "esn" } ], "message": "testmessage2", "timestamp": "2016-01-01T12:31:02-08:00" } ], "hasMoreData": false}{ "errorCode": "error code string", "errorMessage": "error message string"}