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
Forgot Consent Pin
Forget init
POST
/
abdm
/
v1
/
consents
/
pin
/
forgot
/
init
curl --request POST \
--url https://api.eka.care/abdm/v1/consents/pin/forgot/init \
--header 'Authorization: Bearer <token>'
{
"expiry_in_minutes": 123,
"medium": "mobile",
"otp_medium_value": "9225828688",
"txn_id": "<string>"
}
Authorizations
The API requires a Bearer token (JWT) for authentication.
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://api.eka.care/abdm/v1/consents/pin/forgot/init \
--header 'Authorization: Bearer <token>'
{
"expiry_in_minutes": 123,
"medium": "mobile",
"otp_medium_value": "9225828688",
"txn_id": "<string>"
}