cURL
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.
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
OID is used to Identify the user.
No Content
Was this page helpful?