List Categories
Get all categories of your organization
Use optionalDocumentation Index
Fetch the complete documentation index at: https://developers.scango.ch/llms.txt
Use this file to discover all available pages before exploring further.
limit (1–5000, default 100) to cap how many categories are returned. The response meta includes total, returned, and limit. See Introduction.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of categories to return. Integer 1–5000. Default 100.
1 <= x <= 5000Response
List of categories with meta.
Included on every list response. returned is the length of data. For Firestore-backed lists (/products without q, /orders, /suppliers, /categories), total equals returned for that response (the API does not return a separate full match count). For product search with q, total is the search index’s estimated number of matching documents. limit is the applied page size (query default 100, maximum 5000; search with q caps the effective page size at 250). offset is only used for product search with q.