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

# Link care context

Webhook event is sent for care context linking

### 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}
{
    "service": "abdm",
    "event": "abha.link_care_context",
    "event_time": 1749822309,
    "transaction_id": "<webhook transaction id>",
    "timestamp": 1749825214,
    "business_id": "<partner business id>",
    "client_id": "<partner client id>",
    "data": {
        "abha_address": "shyam@abdm",
        "hip_id": "<partner hip id>",
        "care_context_id": "c61f74f9-6f58-49b2-be18-8150bf0bd6ab",
        "status": "LINKED",
        "error": null,
        "retry_count":0,
        "oid": "<eka user id>",
        "partner_patient_id": "<partner user id>"
    }
}
```

### Field Descriptions

* **`data`**: Contains additional details related to the event.
  * **`status`**: Care context linking status
    * `LINKED`, `ERRORED`
  * **`error`**: Failure reason in case of status `ERRORED`
  * **`retry_count`**: Number of retries to link
