v1
latestOpenAPI 3.0.32026-07-171140286.6 KBApi\MeasurementController
api/lora_sensors POST Store sensor measurement data (see BEEP sensor data API definition) from TTN or KPN (Simpoint) When Simpoint payload is supplied, the LoRa HEX to key/value pairs decoding is done within function $this->parse_ttn_payload() When TTN payload is supplied, the TTN HTTP integration decoder/converter is assumed to have already converted the payload from LoRa HEX to key/value conversion
post/api/lora_sensors
Headers
Content-Typestring
Acceptstring
Accept-languagestring
Request body
Example request
{
"key": "id",
"payload_raw": "officiis",
"payload_fields": "in",
"DevEUI_uplink": "in"
}