TagoIO · Example Payload

Tago Io List Devices Example

GET /device — retrieve a paginated list of devices using a Profile-Token. Supports filtering by tags, name, and pagination via qty/page query params.

IoTInternet of ThingsDevicesData StorageDashboardsAnalysisAlertsMQTTTelemetry

Tago Io List Devices Example is an example object payload from TagoIO, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "summary": "List all devices in a TagoIO account",
  "description": "GET /device — retrieve a paginated list of devices using a Profile-Token. Supports filtering by tags, name, and pagination via qty/page query params.",
  "request": {
    "method": "GET",
    "url": "https://api.us-e1.tago.io/device",
    "headers": {
      "Profile-Token": "a15ea5ea-dd2d-4c63-8945-92b54da4772a"
    },
    "queryParams": {
      "qty": 20,
      "page": 1,
      "fields": "name,active,type,tags,last_input"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "status": true,
      "result": [
        {
          "id": "5f1c3b2a4e6d7a0019abcdef",
          "name": "Weather Station Alpha",
          "active": true,
          "type": "mutable",
          "tags": [
            { "key": "location", "value": "rooftop" },
            { "key": "project", "value": "smart-building" }
          ],
          "last_input": "2024-06-12T10:00:00.000Z"
        },
        {
          "id": "6a2d4c3b5f7e8b001acdfegh",
          "name": "Soil Moisture Sensor B",
          "active": true,
          "type": "mutable",
          "tags": [
            { "key": "location", "value": "greenhouse" },
            { "key": "project", "value": "precision-agri" }
          ],
          "last_input": "2024-06-12T09:45:00.000Z"
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/tago-io-list-devices-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.