Geo categories list - Pagesize defaults to 100

For the REST Geo categories, the documentation doesn’t state any pagesize or offsiet size. Is this correct?

I have over 100+ Geo categories and wanted to find out if the API supports setting the pagesize and offset like some of the other API’s?

Currently the response time to obtain the list is ~2 min.

No, there is no paging for geocategories. It is recommended to use caching API to store the list in cache. When you add/remove a category, simply invalidate the cache.

Regards,
Mark

Thanks for the info