Skip to main content
This webhook is triggered when a user submits the OTP to confirm care context linking. Validate the OTP generated during the Link Initiation step. If valid, proceed to link the care contexts.
After validating the OTP, call the On Link Confirm API with the list of care contexts to complete the linking.

Request

Headers: Body:
{
  "service": "abdm",
  "event": "abha.context_discover_link_confirm",
  "event_time": 1750317942,
  "transaction_id": "<webhook transaction id>",
  "timestamp": 1750317942,
  "business_id": "77237637763817",
  "client_id": "77237637763817",
  "data": {
    "linkRefNumber": "temp",
    "request_id": "546f3465-30fa-4894-89f4-b884a2683fdf",
    "token": "111111",
    "hip_id": "<partner hip id>",
    "oid": "<eka user id>",
    "partner_patient_id": "<partner user id>"
  }
}