Profile
Update Profile
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
Medical Knowledge-bases
- Overview
- Protocols
- Medications
Medical Records
- Create
- Read
- Update
- Delete
- Webhooks
User App
- Notifications
- Vital
- Webhooks
- Privacy
Release Notes
- ABDM Connect
Profile
Update Profile
Name, gender and date of birth cannot be edited for a KYC verified ABHA
PATCH
/
abdm
/
v1
/
profile
curl --request PATCH \
--url https://api.eka.care/abdm/v1/profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"address": "123, ABC Street",
"day_of_birth": 1,
"first_name": "Shyam",
"gender": "M",
"last_name": "Singh",
"middle_name": "Kumar",
"month_of_birth": 1,
"pincode": "110001",
"year_of_birth": 1990
}'
This response does not have an example.
Authorizations
The API requires a Bearer token (JWT) for authentication.
Body
application/json
Response
204
No Content
Was this page helpful?
curl --request PATCH \
--url https://api.eka.care/abdm/v1/profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"address": "123, ABC Street",
"day_of_birth": 1,
"first_name": "Shyam",
"gender": "M",
"last_name": "Singh",
"middle_name": "Kumar",
"month_of_birth": 1,
"pincode": "110001",
"year_of_birth": 1990
}'
This response does not have an example.