Skip to main content

Send Data using Network

POST 

/integration/network/data

Send data to TagoIO using the Network instead.

This endpoint allows the Network Payload Parser to identify and redirect data to the correct device created using the Network associated with the Network Token.

The Network's Payload Parser is required to set the serial within the network parser. For example:

 if (Array.isArray(payload)) {
const payload_received = payload.find(x => x.variable === "payload");
serial = payload_received?.metadata?.serial;
}

Request

Responses

Send Data