cURL
curl --request GET \ --url https://abdm.dev.unimetacare.com/api/abdm/consent/{requestid}/records \ --header 'Authorization: Bearer <token>'
{ "success": true, "records": [ { "careContextReference": "<string>", "fhirBundle": {} } ] }
Fetch health records shared by the patient under a given consent request ID.
JWT token obtained from /api/m1/abha/token
Consent request UUID from the initiate consent response
Health records returned as FHIR bundles
Show child attributes
Was this page helpful?