v1Resources/Data/getList asset tags

List asset tags

Returns every asset tag defined in your agency.

get/api/v1/tags
media:read
Response
dataobjectoptional
tagsarray of objectoptional
The agency's asset tags.
idstringoptional
namestringoptional
Errors
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
429Too many requests. Retry after the number of seconds in the Retry-After header.
get/api/v1/tags
Your API key
{
  "data": {
    "tags": [
      {
        "id": "tag_1",
        "name": "VIP"
      },
      {
        "id": "tag_2",
        "name": "Seasonal"
      }
    ]
  }
}