curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/categories/count \
--header 'Authorization: Bearer <token>'
123
Get the number of categories in the catalog.
curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/categories/count \
--header 'Authorization: Bearer <token>'
123
A valid API key generated in Topsort's UI.
Successful Response
The response is of type integer
.