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
- Overview
- POSTConsent approve
- POSTConsent deny
- POSTConsent revoke
- Consent Pin Management
- Auto Approval
- Care Contexts
- Providers
- Profile
- Scan & Share
- Errors
Medical Knowledge-bases
- Overview
- Protocols
- Medications
Medical Records
- Create
- Read
- Update
- Delete
- Webhooks
User App
- Notifications
- Vital
- Webhooks
- Privacy
Release Notes
- ABDM Connect
Consents
Consent deny
POST
/
abdm
/
v1
/
consents
/
deny
curl --request POST \
--url https://api.eka.care/abdm/v1/consents/deny \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>",
"reason": "<string>"
}'
This response does not have an example.
Authorizations
The API requires a Bearer token (JWT) for authentication.
Body
application/json
Response
204
No Content
curl --request POST \
--url https://api.eka.care/abdm/v1/consents/deny \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>",
"reason": "<string>"
}'
This response does not have an example.