Skip to main content

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.

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

Request

Headers: Body:
{
  "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>"
        }
    }
  }
}