cURL
curl --request GET \ --url https://admin.aeoliancms.com/api/v1/tags \ --header 'Authorization: Bearer <token>'
{ "tags": [ { "id": "<string>", "name": "<string>", "slug": "<string>", "description": "<string>", "count": 123 } ] }
API key in format ak_<48-hex-chars>
ak_<48-hex-chars>
Filter tags by product slug
List of tags with product counts
Show child attributes