This document is generated by Aladia.
curl --location --request GET 'https://api.aladia.io/v2/webhooks/events/categories?limit=50&next=&prev=' \
--header 'apikey: '
{
"next": "string",
"prev": "string",
"totalItems": 0,
"data": [
{
"category": "string",
"count": 0
}
]
}