LoRaWAN Receiver

Uplink ingestion console

Gateway Setup

Enter these values in your RAK WisGate HTTP/HTTPS integration under Uplink Data.

Uplink Data URL
/api/public/lorawan/uplink

Method

POST

Content Type

application/json

Required Header

X-API-Key

Authentication Failure

Missing or incorrect key returns HTTP 401 and nothing is stored.
Shared secret

Configure the X-API-Key value using the shared secret configured for this receiver.

The secret is stored server-side only and is never sent to the browser or shown on this page.

Notes

The endpoint accepts any JSON body. Known fields (device EUI, application, payload, FPort, RSSI, SNR, frequency) are extracted when present; unknown or missing fields never cause a rejection.

The complete original JSON message is always stored for later decoding work.