Retrieve a paginated list of companies the authenticated user has access to.
Documentation Index
Fetch the complete documentation index at: https://docs.nuwebgroup.com/llms.txt
Use this file to discover all available pages before exploring further.
The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.
The ID of the company this operation should be performed against.
Sets the preferred language for localised response content (e.g. en, fr, de). If the requested language is not supported by the company, the company fallback language will be assumed.
The offset - e.g 100 for listing companies starting with the 100th company. Offset will always take precedence over page.
The page you wish to retrieve companies for. You can only paginate by page if no offset is given.
The number of companies to retrieve per page. The maximum (and default) is 100 per page.
A list of attributes that you wish to be returned in the payload. When empty or omitted, all fields will be included by default. Use dot-notation for both top-level resources and child resources, i.e. companies.name. Can be used in conjunction with except providing both parameters don't reference the same resource.
A list of attributes that you wish to exclude from the payload. When empty or omitted, all fields will be included by default. Use dot-notation for both top-level resources and child resources, i.e. companies.name. Can be used in conjunction with only providing both parameters don't reference the same resource.