Connect
- Webhooks
HealthAI
- Assessment
- EkaScribe
General Tools
- Medical Document Parsing
Doctor Tool
- Actors
- Instructions
- Patient Registration API
- Doctor and clinic API
- Appointment API
- Payments API
- Prescription API
- Notify
- Webhooks
ABDM Connect
- Create and Login
- User Session
- Patient Requests
- Consents
- Care Contexts
- Providers
- Profile
- Scan & Share
- Errors
- Webhooks
- Abha created
- Link care context
- Hip scan and share
- Care Contexts Discovery
- Locker
Medical Knowledge-bases
- Overview
- Protocols
- Medications
Medical Records
- Create
- Read
- Update
- Delete
- Webhooks
User App
- Notifications
- Vital
- Webhooks
- Privacy
Release Notes
- ABDM Connect
Locker
Subscription notify
Webhook event is triggered whenever there is an update to a subscription.
Request
Headers:
Eka-Webhook-Signature
:<Eka Webhook Signature>
Refer: Webhook SignatureContent-Type
:application/json
Body:
Copy
Ask AI
{
"service": "abdm",
"event": "subscription_modified",
"event_time": 1749822309,
"transaction_id": "ea81d1bc-0ae1-46de-8834-120029852451",
"timestamp": 1749825214,
"business_id": "<partner business id>",
"client_id": "<partner client id>",
"data": {
"abha_address": "gajendrasingh2248@sbx",
"oid": "175041983138006",
"hip_id": "<partner hip id>",
"partner_user_id": "<partner user id>",
"subscription_details": {
"subscription_id": "3e25fb90-f70e-4180-a966-e7b2a3f2239c",
"period": {
"from": "2025-06-20T11:44:23.624Z",
"to": "2125-06-20T11:44:23.624Z"
},
"categories": [
"DATA",
"LINK"
],
"status": "GRANTED"
}
}
}
Was this page helpful?
On this page
Assistant
Responses are generated using AI and may contain mistakes.