This endpoint can be used to return a list of companies for the given reseller.
The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your hub user credentials.
The ID of the reseller this operation should be performed against.
The starting position in the result set. e.g. 100 for the 100th record onwards. Offset will always take precedence over page.
The page you wish to retrieve records for, using the default pagination page length. You can only paginate by page if no offset is given.
The number of records you wish to retrieve 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. resource.attribute,includedResource.attribute. 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. resource.attribute,includedResource.attribute. Can be used in conjunction with only providing both parameters don't reference the same resource.
Controls records returned depending on their deletedAt status. This is a global flag, so will apply to all resources, including relationships such as resources returned under the included attribute.
true to include deleted recordsfalse to exclude deleted records (or leave blank)true, false Filter companies by only those in live mode, or those in demo mode. If no filter is secified, both live and demo companies will be returned.
true, false Filter companies by the given parent company ID.
Returns only parent companies in the top level data. The children include may be used in conjunction with this parameter to get a nested relation of child companies per parent.
true A list of related resources you wish to include in the response. Values can be a url encoded array, or comma separated string.
children, countries, currencies, featureFlags, fees, gateways, languages, settings