/v1/blogs/{subdomain}/tagsReturns all tags that have been applied to at least one published post on this blog, ordered by usage count descending (most-used tag first).
Use the slug field from a tag to filter posts by that tag via the
tag query parameter of the List Posts endpoint.
subdomainpathstringrequiredalice for alice.writizzy.com)tagsobject[]requirednamestringrequiredslugstringrequiredtag query parameter in GET /posts to filter by this tagdescriptionstringoptionalcoverImageUrlstringoptionalpostCountinteger (int64)required/v1/blogs/{subdomain}/tagscurl -X GET \
-H "Accept: application/json" \
"https://api.writizzy.com/v1/blogs/<subdomain>/tags"