---
title: "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"
method: POST
path: "/api/lora_sensors_auth"
tags: ["Api\\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_auth`

## Headers

- `Content-Type` string
- `Accept` string
- `Accept-language` string

## Request body

- object
  - `key` string, required — DEV EUI of the Device to enable storing sensor data
  - `payload_raw` string — TTN BEEP Measurement data in Base 64 encoded string
  - `payload_fields` string — TTN Measurement data array
  - `DevEUI_uplink` string — KPN Measurement data array

## Changes

> 15 revisions in range; 1 could not be searched.

- **2022-06-20** `a87569f002e1` — 1 info
  - added the new optional `header` request parameter `Accept-language`
- **2022-06-10** `568ca15f3476` — 1 warning
  - deleted the `header` request parameter `Accept-language`

[Change history](https://skmtc.dev/beepnl/apis/beep/changes/api/lora_sensors_auth/post.md)

---

[API](https://skmtc.dev/beepnl/apis/beep.md) · [All operations](https://skmtc.dev/beepnl/apis/beep/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beepnl/beep/revisions/7f1e35deb524/schema)
