List all blog tags

GET /api/v1/public/blog/tags

Returns every distinct tag currently in use across published blog posts, sorted alphabetically. Powers the public chip rail on /blog and the admin tag-autocomplete in the editor.

Operation ID: list_public_tags_api_v1_public_blog_tags_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

200 Successful Response

tags array · string

429 Too Many Requests - Rate limit exceeded