cURL
curl --request PUT \ --url https://api.eka.care/dr/v1/appointment/{appointment_id}/follow-up/confirm \ --header 'Content-Type: application/json' \ --header 'auth: <auth>' \ --data ' { "start_time": 1730189586, "end_time": 1730189586 } '
{ "error": { "code": "INVALID_REQUEST", "message": "The request is invalid or missing required parameters" } }
This API endpoint confirms an existing follow-up appointment by changing its status from INITIATED to BOOKED.
"auth"
If set to 1 then appointment_id in path parameter should be partner_appointment_id else eka apppointment_id
"1"
Start time of the appointment in epoch
1730189586
End time of the appointment in epoch
OK
Was this page helpful?