Skip to main content
GET
/
api
/
v1
/
tags
Get all tags
curl --request GET \
  --url https://www.suprsonic.com/api/v1/tags \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "tag": "<string>",
      "usage_count": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Admin API key for managing accounts and creating content

Response

Successfully retrieved tags

success
boolean
Example:

true

data
object[]

Array of tags with usage counts, sorted by usage count descending