📘

Use the hub_url received in the registration response as your base URL.

📘

This API requires the device to authenticate, see Device Authentication.

Send a full report to the server that can be used to analyze any issues with the device.

The report is a simple text blob without any structure and can be of arbitrary size.

Use the header Content-Type: text/plain for this request.

Path Parameters

ParameterDescription
mime-typeAn optional parameter to specify the type of file being uploaded. (Default: text/plain.) Any "/" characters must be encoded as "%2F"; for example, "text/csv" = "text%2Fcsv".

List of common MIME types
filenameAn optional parameter to specify the name of the file being uploaded. This parameter can only be specified if mime-type was specified as well.

Request Data
An arbitrarily sized string of text

Return Data

NameTypeDescription
idstringUnique ID for this dump
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!