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™

      In this article we explain how to integrate devices with machineQ LoRaWAN™provider and TagoIO. Follow these steps in order to integrate your devices. You may skip some of them depending on your case. For example, if you have already generated an ...
    • Deleting Data

      DEL - https://api.tago.io/data Headers: Authorization: Your device token. Optional Query Strings KEY TYPE DESCRIPTION query string pre-defined by Tago qty string Maximum number of data to be returned start_date string Start date end_date string end ...
    • 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. Create Create a device through POST method. POST - https://api.tago.io/device Request { "name": "My first device", ...
    • Getting Data

      HEADERS: Authorization: Your-Device-Token GET - https://api.tago.io/data QUERYSTRINGS: KEY TYPE DESCRIPTION variable string || array Get variables query string pre-defined by Tago qty string Maximum number of data to be returned. start_date string ...