Skip to main content
The webhook event is sent when the send refresh record API is called.

Request

Headers: Body:
{
  "event": "rec.refresh",
  "event_time": 1759234802,
  "transaction_id": "4d39628e-7916-47d7-bc35-a00cb986942b",
  "data": {
    "partner_patient_id": "18451251512345",
    "patient_id": "172421381530164"
  }
}

Field Descriptions

  • event: The type of event being triggered (rec.refresh).
  • event_time: Unix timestamp indicating when the event occurred.
  • transaction_id: Identifier for this transaction.
  • data: Contains additional details related to the event.
  • partner_patient_id: Partner’s identifier for the patient.
  • patient_id: Internal system identifier for the patient