RESTful API

RESTful API

We provide a powerful set of Restful API documentation that's used by Analysis behind the scenes to perform all sorts of requests to TagoIO, such as but not limited to:

  • Creating, deleting and editing devices
  • Creating, deleting and editing notifications
  • Creating, deleting and editing users
  • Creating, deleting and editing actions

In order to use the Restful API, you'll need a token. There are three different types of tokens at TagoIO:

  • Device-Token: Performs data request.
  • Account-token: Performs any sort of entity request, such as creating devices.
  • Network-token: Performs data request through a network connection, only useful if you're using your own network.
When executing requests to TagoIO, you will have a limit on the number of requests that can be made during a certain time period. Read more about our Rate Limits.


    • Related Articles

    • API Overview

      It is easy to connect devices, data sources, or third-party APPs to your account using TagoIO Application Programming Interface (API). We have a comprehensive set of APIs that gives you full control to manage your accounts, data, devices, dashboards, ...
    • machineQ LoRaWAN™

      This tutorial provides a step-by-step guide to integrate machineQ LoRaWAN with the TagoIO Platform. By following these instructions, you will enable uplink and downlink operations, allowing data exchange between your LoRaWAN devices and the TagoIO ...
    • Deleting Data

      When making a request to the TagoIO API, you must also specify the appropriate regional endpoint. Check out the available regions here: API documentation DEL - https://api.<region>.tago.io/data Headers: Authorization: Your device token. Optional ...
    • Managing Devices

      Using the account-token, you can manage your devices through API requests. It’s possible to create, edit, delete, and get info of it. When making a request to the TagoIO API, you must also specify the appropriate regional endpoint. Check out the ...
    • Getting Data

      When making a request to the TagoIO API, you must also specify the appropriate regional endpoint. Check out the available regions here: API documentation HEADERS: Authorization: Your-Device-Token GET - https://api.<region>.tago.io/data QUERYSTRINGS: ...