7digital · Example Payload

Api Tag List Response Example

RockRock

Api Tag List Response Example is an example object payload from 7digital, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statustags

Example Payload

Raw ↑
{
  "status": "ok",
  "tags": [
    {
      "id": "rock",
      "name": "Rock",
      "parentId": null
    },
    {
      "id": "rock",
      "name": "Rock",
      "parentId": null
    }
  ]
}