List the companies (sociétés) the network trades under
Returns one page of the LEGAL ENTITIES fiscal documents are issued in the name of, each with the identity version currently in force. A société is NOT an enseigne (banner): a store carries a société (mandatory) and a banner (optional), and they are different questions — the banner hierarchy is /v1/company/*, this is the fiscal axis. On a freshly migrated environment this returns exactly one row, the placeholder « Société à compléter », to which every existing store is attached. 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
1-based page index to return. Defaults to 1.
1 <= x <= 9007199254740991Rows per page, 1..100. Defaults to 20.
1 <= x <= 100Response
A page of sociétés with the pagination totals.
A page of sociétés with the pagination totals.
The rows on this page, in the query's sort order.
Total rows matching the filter across ALL pages, not just this one.
0 <= x <= 9007199254740991The 1-based page number served.
0 < x <= 9007199254740991Rows requested per page.
0 < x <= 9007199254740991Total number of pages; stop walking when page reaches it.
0 <= x <= 9007199254740991
