Retrieve all categories

GET {{baseUrl}}/categories?limit=<string>&category=<string>&offset=<string>

This endpoint allows you to retrieve a list of all of your categories.

Categories can help organize your email analytics by enabling you to “tag” emails by type or broad topic. You can define your own custom categories. For more information, please see our User Guide.

Request Params

KeyDatatypeRequiredDescription
limitstringThe number of results to include on each page.
categorystringAllows you to perform a prefix search on this particular category.
offsetstringThe number of results to exclude.