List the network's regions
Returns one page of the regions the store network is grouped into — the coarsest level of the network hierarchy (region → store → register). Reach for it to answer ‘where does this network operate’ or to resolve a region a user named in prose before drilling into stores. JOINING TO STORES: a store does NOT carry a region id — it carries a free-text region LABEL, matched by exact string equality with no normalisation. That label is usually this region’s name (e.g. Île-de-France) but sometimes its code (the seeded Provence-Alpes-Côte d’Azur stores carry PACA). So pass name as the store listing’s region filter, and if that returns zero rows RETRY with code before concluding the region has no stores. storeCount is a stored counter on the region record, not a live count, so treat it as indicative — but a non-zero storeCount against an empty store listing is exactly the signal that you filtered on the wrong spelling. Filter with active ("true"/"false") and/or minStoreCount (inclusive lower bound); sort by name or code; page with page/pageSize (max 100) until page reaches pageCount.
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Query Parameters
0 < x <= 90071992547409910 < x <= 100true, false 0 <= x <= 9007199254740991name, code asc, desc Response
A page of regions with the pagination totals.
A page of regions with the pagination totals.
-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991
