Get all categories
GET/blogs/categories
The "Get all categories" Api return the blog categoies for a given location ID. Please use "blogs/category.readonly"
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
limit numberrequired
Number of categories to show in the listing
offset numberrequired
Number of categories to skip in listing
Successful response
- application/json
- Schema
- Example (auto)
Schema
categoriesobject[]required
Array of categories
{
"categories": [
{
"_id": "lMOzIQZne5m6zQ528sT6",
"label": "HighLevel",
"locationId": "lMOzIQZne5m6zQ528sT6",
"updatedAt": "2025-01-03T11:06:35.822Z",
"canonicalLink": "https://tryghl.blog/doc/category/agency-growth",
"urlSlug": "agency-growth"
}
]
}