Skip to main content
GET
/
tag-summary
curl \
  -X GET \
  -H "Authorization: Bearer $apikey" \
  https://api.eyequant.com/v2/tag-summary
[
  {
    "name": "Europe",
    "usageNumber": 987
  }
]
Return a summary of the tags in your account, including how often each tag is used.
name
string
The tag name.
usageNumber
integer
The number of resources that use this tag.
curl \
  -X GET \
  -H "Authorization: Bearer $apikey" \
  https://api.eyequant.com/v2/tag-summary
[
  {
    "name": "Europe",
    "usageNumber": 987
  }
]