Retrieve webhook events sent to your registered webhook URLs.
patient.insurance.added - Insurance successfully added to patientpatient.insurance.failed - Insurance addition failedappointment.created - Appointment createdappointment.updated - Appointment updatednote.created - Clinical note createdappointment.created events:
appointment_id, patient MRN, date/time, and provider information - allowing you to maintain a complete audit trail of appointments scheduled through your integration.
Response:
data field in each event contains event-specific information that varies depending on the event type. Refer to the webhook events documentation for details on each event type’s payload structure.page and page_size parameterspagination object in the response for total_pagespage parametertotal_pagesFilter by event type (e.g., "patient.insurance.added", "appointment.created")
Filter by delivery status - "success" or "failed". Indicates whether the webhook event was delivered to the webhook URL on file
success, failed Filter events created on or after this date (ISO 8601 format: YYYY-MM-DD)
Filter events created on or before this date (ISO 8601 format: YYYY-MM-DD)
Page number (default: 1, min: 1)
x >= 1Number of events per page (default: 50, max: 100)
1 <= x <= 100Sort order. Use 'created_at' for ascending (oldest first) or '-created_at' for descending (newest first). Default: '-created_at'
created_at, -created_at