curl --request GET \
--url https://api.halth.com/v1/members/{memberId}/health-team{
"items": [
{
"id": "<string>",
"organisation": {
"id": "<string>",
"slug": "<string>",
"name": "<string>",
"bookingsEnabled": true,
"brandImageUrl": "<string>",
"services": [
{
"id": "<string>",
"name": "<string>",
"durationMinutes": 123,
"price": 123,
"providerIds": [
"<string>"
],
"locationIds": [
"<string>"
],
"maxAttendees": 123,
"type": "individual",
"description": "<string>",
"category": "<string>",
"itemCode": "<string>"
}
],
"locations": [
{
"id": "<string>",
"name": "<string>",
"address": {
"line1": "<string>",
"line2": "<string>",
"suburb": "<string>",
"city": "<string>",
"state": "<string>",
"postcode": "<string>",
"country": "<string>",
"countryCode": "<string>"
},
"businessId": "<string>"
}
],
"providers": [
{
"id": "<string>",
"locationIds": [
"<string>"
],
"firstName": "<string>",
"lastName": "<string>"
}
],
"bookingSettings": {
"notesEnabled": true,
"cancellationFeeEnabled": true,
"cancellationFeeAutoChargeEnabled": true,
"paymentDetailsRequired": true,
"bookingNotificationsEnabled": true,
"providerBookingNotificationsEnabled": true,
"healthFundCardCollectionEnabled": true,
"cancellationFeeAmount": 100,
"cancellationFeePercent": 10,
"cancellationNoFeeBeforeHours": 24,
"googleTagManagerContainerId": "GTM-123456"
},
"businesses": [
{
"id": "<string>",
"capabilities": [
{
"id": "bookings_client_management",
"status": "inactive"
}
]
}
]
},
"firstName": "<string>",
"lastName": "<string>",
"profileImageUrl": "<string>"
}
],
"page": 1,
"limit": 10,
"totalItems": 100,
"totalPages": 10
}Get a paged list of providers the member has visited
curl --request GET \
--url https://api.halth.com/v1/members/{memberId}/health-team{
"items": [
{
"id": "<string>",
"organisation": {
"id": "<string>",
"slug": "<string>",
"name": "<string>",
"bookingsEnabled": true,
"brandImageUrl": "<string>",
"services": [
{
"id": "<string>",
"name": "<string>",
"durationMinutes": 123,
"price": 123,
"providerIds": [
"<string>"
],
"locationIds": [
"<string>"
],
"maxAttendees": 123,
"type": "individual",
"description": "<string>",
"category": "<string>",
"itemCode": "<string>"
}
],
"locations": [
{
"id": "<string>",
"name": "<string>",
"address": {
"line1": "<string>",
"line2": "<string>",
"suburb": "<string>",
"city": "<string>",
"state": "<string>",
"postcode": "<string>",
"country": "<string>",
"countryCode": "<string>"
},
"businessId": "<string>"
}
],
"providers": [
{
"id": "<string>",
"locationIds": [
"<string>"
],
"firstName": "<string>",
"lastName": "<string>"
}
],
"bookingSettings": {
"notesEnabled": true,
"cancellationFeeEnabled": true,
"cancellationFeeAutoChargeEnabled": true,
"paymentDetailsRequired": true,
"bookingNotificationsEnabled": true,
"providerBookingNotificationsEnabled": true,
"healthFundCardCollectionEnabled": true,
"cancellationFeeAmount": 100,
"cancellationFeePercent": 10,
"cancellationNoFeeBeforeHours": 24,
"googleTagManagerContainerId": "GTM-123456"
},
"businesses": [
{
"id": "<string>",
"capabilities": [
{
"id": "bookings_client_management",
"status": "inactive"
}
]
}
]
},
"firstName": "<string>",
"lastName": "<string>",
"profileImageUrl": "<string>"
}
],
"page": 1,
"limit": 10,
"totalItems": 100,
"totalPages": 10
}"mem_2yQwfVV3QvbDHdOBIZlCCf0956V"
Page number
1 <= x <= 90071992547409911
Number of items per page
1 <= x <= 20010