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

# New Care Context Linked (Subscription)

Webhook event is sent when a new care context is linked to the ABHA address you have an active subscription for.

### 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.subscription_notify",
    "event_time": 1749822309,
    "transaction_id": "<webhook transaction id>",
    "timestamp": 1749825214,
    "business_id": "<partner business id>",
    "client_id": "<partner client id>",
    "data": {
        "abha_address": "neelima0820@sbx",
        "abha_number": "12-2345-6789-0123",
        "oid": "<eka user id>",
        "partner_patient_id": "<partner user id>",
        "hip_id": "<partner hip id>",
        "subscription_meta": {
            "event_id": "<event id>",
            "hip_id": "<care-context producer hip id>",
            "care_contexts": [
                {
                    "care_context_id": "<care-context id>",
                    "patient_reference": "<patient reference id>"
                }
            ]
        }
    }
}

```

### Description

To access the associated medical documents, the HIU must initiate a consent request using the following API:

* **Consent Raise API**: [Consent-API](/api-reference/user-app/abdm-connect/consents/consent-create)
