cURL
curl --request GET \ --url https://api.halth.com/v1/organisations
{ "items": [ { "id": "org_31XEcUshz1ymodA14HALnyP48g1", "name": "Acme Healthcare", "slug": "acme-healthcare", "createdAt": "2023-01-15T10:30:00Z", "bookingsEnabled": true, "brandImageUrl": "https://example.com/brand-image.png", "wordmarkImageUrl": "https://example.com/wordmark-image.png", "websiteUrl": "https://example.com" } ], "page": 1, "limit": 10, "totalItems": 100, "totalPages": 10 }
Get a paged list of organisations
Page number
1 <= x <= 9007199254740991
1
Number of items per page
1 <= x <= 200
10
Filter organisations by member ID
Show child attributes
100