Skip to main content
GET
/
v1
/
organisations
/
{organisationId}
/
clients
/
{clientId}
/
referrals
List client referrals
curl --request GET \
  --url https://api.halth.com/v1/organisations/{organisationId}/clients/{clientId}/referrals

Path Parameters

organisationId
string
required
clientId
string
required

Query Parameters

page
number
default:1

Page number

Required range: 1 <= x <= 9007199254740991
Example:

1

limit
number
default:10

Number of items per page

Required range: 1 <= x <= 200
Example:

10

Response

200 - undefined