Get Appointment Task Blockers
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Load the blockers for an appointment task by its ID. If there are 1 or more blockers on the task, the task is considered “blocked” and requires patient input in the form of a blocker resolution to proceed.
It is possible to have multiple block-resolution combos before a task is able to proceed. For example - if we block on missing insurance information and the customer returns a blank string as the resolution, the task will temporarily lose the blocker before adding it back again as the issue was not truly resolved.
We need the patient to upload their insurance card images to continue with the task. Use the Get Insurance Card Image Upload URLs endpoint to get presigned upload URLs, upload the images, and then mark this blocker as resolved using the Resolve Appointment Task Blocker endpoint.