Forward Loriot Hook
POST/integrations/loriot
Forward Loriot Hook
Request
Path Parameters
organizationId string
- application/json
Body
required
- Array [
- ]
cmd stringrequired
The cmd of IoT device.
seqno stringrequired
The sequence number of uplink message.
EUI stringrequired
The EUI of IoT device.
ts stringrequired
The timestamp of uplink message.
fcnt stringrequired
The frame counter of uplink message.
port stringrequired
The port of uplink message.
freq stringrequired
The frequency of uplink message.
toa stringrequired
The time on air of uplink message.
dr stringrequired
The data rate of uplink message.
ack booleanrequired
The ACK bit of uplink message.
gws object[]required
The gateways that received the uplink message.
gweui stringrequired
rssi numberrequired
snr numberrequired
ant numberrequired
lat numberrequired
lon numberrequired
time stringrequired
bat stringrequired
The battery level of the IoT device.
data stringrequired
The payload of the uplink message.
Responses
- 200
- 401
- 403
- application/json
- Schema
- Example (from schema)
- Example
Schema
forwarded booleanrequired
forwarded successfully.
{
"forwarded": true
}
{
"forwarded": true
}
The request has not permission.
- application/json
- Schema
- Example (from schema)
- Example
Schema
error stringrequired
The request has not permission.
message stringrequired
The request has not permission message.
{
"error": "string",
"message": "string"
}
{
"error": "Unauthenticated",
"message": "Authentication is required and has failed or has not yet been provided."
}
The request has not permission.
- application/json
- Schema
- Example (from schema)
- Example
Schema
error stringrequired
The request has not permission.
message stringrequired
The request has not permission message.
{
"error": "string",
"message": "string"
}
{
"error": "Forbidden",
"message": "Access to the requested resource is forbidden."
}
Loading...