cURL
curl --request GET \ --url https://api.halth.com/v1/businesses \ --header 'x-halth-organisation-id: <x-halth-organisation-id>'
{ "items": [ { "id": "<string>", "name": "<string>", "settings": { "autoReconciliationEnabled": true }, "taxIdentifier": "<string>", "countryCode": "<string>", "structure": "public_corporation", "merchantId": "<string>", "capabilities": [ { "id": "bookings_client_management", "status": "inactive" } ] } ], "page": 1, "limit": 10, "totalItems": 100, "totalPages": 10 }
Get a paged list of businesses for an organisation
Page number
1 <= x <= 9007199254740991
1
Number of items per page
1 <= x <= 200
10
capabilities
Show child attributes
100