Return all your categories
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Query parameters
limit
Number of documents per page
offset
Index of the first document in the page
sort
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Allowed values:
ids
Filter by category ids
name
Filter by category name
modifiedSince
Filter (urlencoded) the categories modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.
createdSince
Filter (urlencoded) the categories created after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.
isDeleted
Filter categories by their deletion status. If false is passed, only categories that are not deleted will be returned.
Response
All categories listed
categories
count
Number of categories