GET
/
api
/
v1
/
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

200
application/json

Successfully retrieved tags

The response is of type object.