cURL
curl --request POST \ --url https://api.runeverse.tools/bmp/feedback \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "valid": true, "reportData": "ZW5jcnlwdGVkIGFwcGxpY2F0aW9uIHN0YXRl" } '
"OK"
Sends feedback to our server for issue tracking
Requires X-Api-Key header set
X-Api-Key
Specifies whether sensor was correct
true
Encrypted telemetry data
"ZW5jcnlwdGVkIGFwcGxpY2F0aW9uIHN0YXRl"
Successful operation