Gateway Setup
Enter these values in your RAK WisGate HTTP/HTTPS integration under Uplink Data.
Uplink Data URL
/api/public/lorawan/uplinkMethod
POSTContent Type
application/jsonRequired Header
X-API-KeyAuthentication 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.