Categories list
Get the categories for a blog
url
https://zenblog.com/api/public/blogs/:blogId/categories
method
GET
Response
200
The categories
{ data: [ { name: "string", slug: "string", } ], total?: number, offset?: number, limit?: number, }
Get the categories for a blog
url
https://zenblog.com/api/public/blogs/:blogId/categories
method
GET
200
The categories
{ data: [ { name: "string", slug: "string", } ], total?: number, offset?: number, limit?: number, }