Returns the current status of an asynchronous request that was made for a single device.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account name.
UUID from synchronous response.
application/json
application/json
curl -X GET "https://example.com/m2m/v1/accounts/0252012345-00001/requests/86c83330-4bf5-4235-9c4e-a83f93aeae4c/status"{ "requestId": "86c83330-4bf5-4235-9c4e-a83f93aeae4c", "status": "Success"}{ "errorCode": "error code string", "errorMessage": "error message string"}