v2-appointment

Number of APIs: 6

  1. Create an appointment for vaccination POST {{baseUrl}}/v2/appointment/schedule

  2. Get vaccination centers by latitude and longitude GET {{baseUrl}}/v2/appointment/centers/findByLatLong?lat=28.7&long=77.1

  3. Get the list of benefiaries linked to the logged in/authenticated user’s mobile number GET {{baseUrl}}/v2/appointment/beneficiaries

  4. Reschedule vaccination appointment POST {{baseUrl}}/v2/appointment/reschedule

  5. Cancel vaccination appointment for individuals POST {{baseUrl}}/v2/appointment/cancel

  6. Download vaccination appointment slip in PDF format by appointment id. GET {{baseUrl}}/v2/appointment/appointmentslip/download?appointment_id=urn:uuid:54d0a55a-bf93-461d-4683-55f4d6f0f8be