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,
}