Get started with TagoIO by connecting your first IoT device. Walks through adding a device, picking the right connector for your network, and confirming data comes in, so you go from zero to live data in minutes. To send data, POST to this endpoint with your device token in the headers:
https://api.us-e1.tago.io/data Example request body:
[
{
"variable": "temperature",
"value": 22.5,
"unit": "C"
}
] Additional API documentation: https://docs.tago.io/docs/api/send-data
TagoIO Team
Training recommended if you'd like to dig deeper