cURL
curl --request POST \ --url https://api.halth.com/v1/businesses/{businessId}/client-invites \ --header 'Content-Type: application/json' \ --data ' { "clientId": "1", "mobileNumber": "+61400000000", "email": "milo@halth.com", "name": "Milo" } '
Invite a client to a business
The ID of the client
"1"
The mobile number of the client
"+61400000000"
The email address of the client
"milo@halth.com"
The first name of the client to include in communications
"Milo"