This endpoint allows user to list the firmware of an account.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
Filter to retrieve a specific protocol type used.
"LWM2M"Value in
application/json
application/json
curl -X GET "https://example.com/firmware/0000123456-00001?protocol=LWM2M"[ { "firmwareName": "VerizonSmartCommunities_LCO-277C4N_BG96MAR04A04M1G_BG96MAR04A04M1G_BETA0130B", "firmwareFrom": "BG96MAR04A04M1G", "firmwareTo": "BG96MAR04A04M1G_BETA0130B", "launchDate": "2012-04-23T18:25:43.511Z", "releaseNote": "", "model": "LCO-277C4N", "make": "Verizon Smart Communities", "protocol": "LWM2M" }]{ "errorCode": "error code string", "errorMessage": "error message string"}