> ## Documentation Index
> Fetch the complete documentation index at: https://ekacare-quickstart-cleanup.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Record refresh webhook

The webhook event is sent when the send refresh record API is called.

### Request

**Headers:**

* `Eka-Webhook-Signature`: `<Eka Webhook Signature>`  [Refer: Webhook Signature](/api-reference/connect/webhooks/webhook-signature)
* `Content-Type`: `application/json`

**Body:**

```json theme={null}
{
  "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
