> ## 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.

# Consent update

A webhook event is triggered whenever there is an update of the consent, where you receive the updated details of the consent.

### 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": "abha",
  "event": "abha.consent_update",
  "event_time": 1749822309,
  "transaction_id": "<webhook transaction id>",
  "timestamp": 1749825214,
  "business_id": "<partner business id>",
  "client_id": "<partner client id>",
  "data": {
    "timestamp": "<string>",
    "status": "<string>",
    "notification": {
        "consentRequestId": "<string>",
        "status": "<string>",
        "consentArtefacts": {
            "id": "<string>"
        }
    }
  }
}
```
