Retrieves queued SMS messages sent by all M2M MC devices associated with an account.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Numeric account name
^[A-Za-z0-9\-]{3,32}$3 <= length <= 32Continue the previous query from the pageUrl in Location Header
^[A-Za-z0-9]{3,32}$3 <= length <= 64application/json
application/json
curl -X GET "https://example.com/m2m/v1/sms/0000123456-00001/history"{ "messages": [ { "deviceIds": [ { "kind": "eid", "id": "12345678901234567890123456789012" } ], "message": "a text message", "timestamp": "2019-08-24T14:15:22Z" } ], "hasMoreData": false}{ "errorCode": 400, "errorMessage": "a brief description of the error"}