> ## Documentation Index
> Fetch the complete documentation index at: https://developer.eka.care/llms.txt
> Use this file to discover all available pages before exploring further.

# Scan and Share Token Received

Webhook callback is sent to the client when a patient shares their ABHA token via Scan and Share for OPD token generation.

### 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.hip_profile_share",
    "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",
        "abha_number": "12-2345-6789-0123",
        "hip_id": "<partner hip id>",
        "oid": "<eka user id>",
        "partner_patient_id": "<partner user id>",
        "hip_code": "<counter id>",
        "req_id": "<request id>"
    }
}
```

### Field Descriptions

* **`data`**: Contains additional details related to the callback response sent to client.
  * **`hip_code`**: Contains the Counter ID.
