You can retrieve a list of configuration or supplementary of files for an account.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
Filter the distributionType to only retrieve files for a specific distribution type.
application/json
application/json
curl -X GET "https://example.com/files/0402196254-00001?distributionType=HTTP"{ "AvailableFilesResponse": [ { "fileName": "configfile-Verizon_VZW1_hello-world.txt", "fileVersion": "1.0", "releaseNote": "Hello world initial file", "make": "Verizon", "model": "VZW1", "localTargetPath": "/VZWFOTA/hello-world.txt", "distributionType": "HTTP", "devicePlatformId": "IoT" } ]}{ "errorCode": "error code string", "errorMessage": "error message string"}