Back to Academy

Connect Your First IoT Device in Minutes

2:11 English Device

What's it about?

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

Instructor

TagoIO Team