cURL
curl --request GET \ --url https://api.halth.com/v1/members/{memberId}/bookings
{ "items": [ { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "status": "<string>", "serviceDate": "2023-11-07T05:31:56Z", "paid": true, "organisation": { "id": "<string>", "name": "<string>", "brandImageUrl": "<string>" }, "location": { "id": "<string>", "address": {} }, "provider": { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "profileImageUrl": "<string>" }, "appointmentType": { "id": "<string>", "name": "<string>", "durationMinutes": 123 }, "servicePrice": 123, "cancellationPolicy": { "enabled": true, "rules": { "clientCancel": { "enabled": true, "reason": "booking_paid" }, "clientReschedule": { "enabled": true, "reason": "booking_paid" } }, "fee": { "amount": 123, "freeCancellationHours": 123, "latestNoFeeAt": "2023-11-07T05:31:56Z", "billable": true, "percent": 123 } } } ], "page": 1, "limit": 10, "totalItems": 100, "totalPages": 10 }
Get a paged list of bookings for a member
The unique identifier of the member
Page number
1 <= x <= 9007199254740991
1
Number of items per page
1 <= x <= 200
10
confirmed
cancelled
cancellationPolicy
Show child attributes
100