Logo

Exam Invite Resend

POST

https://staging-api.qualiphy.me/api/exam_invite_resend
This endpoint is used to resend an exam invite to a patient. This endpoint is useful when the initial exam invite was not received, was lost, or needs to be reissued due to any other reason. It ensures that patients can easily access their exam information and continue with the necessary procedures.

Note: There is a maximum limit of 3 resends per each patient exam. This can only be used for exams that are still in the pending state. Upon calling the resend API there will be 30 days from when the API call was made before the meeting link expires.


Parameters
  • api_key string

    Required

    API key for authentication

  • meeting_uuid string

    Required

    Unique ID for the meeting

    This is the unique meeting id that is returned in the Exam Invite response

  • patient_exam_id integer

    Required

    Unique ID for the patient exam

    This is the unique patient exam ID provided in the Exam Invite response. You will receive a list of patient exams, allowing you to select the appropriate patient_exam_id for the specific exam.


Response

200
400
401
500

Response Fields Explanation

No response fields available

Example Request Payload:

Response Example

{
"http_code":200
}