Skip to main content
Version: v3

Get all blog categories

GET 

/blogs/categories

The "Get all blog categories" API returns the blog categories for a given location ID.

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

Sub-account (location) identifier the category belongs to

limit numberrequired

Maximum number of categories to return (0-50)

offset numberrequired

Number of categories to skip before returning results

searchTerm string

Free-text search across category label and description

application/json

Successful response

Schema
    categoriesobject[]required

    Array of categories

    countnumberrequired

    Total number of categories matching the query, ignoring limit/offset