Retrieve a paginated list of all ecommerce categories stored in your Brevo account. Results are sorted by creation date in descending order by default, and can be filtered by category IDs, name, modification date, creation date, or deletion status. The response includes a count field with the total number of matching categories, and pagination defaults to 50 categories per page (maximum 100).
The API key should be passed in the request headers as api-key for authentication.
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
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.
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.
Filter categories by their deletion status. If false is passed, only categories that are not deleted will be returned.