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
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | The number of results to include on each page. | |
category | string | Allows you to perform a prefix search on this particular category. | |
offset | string | The number of results to exclude. |