cURL
curl --request POST \ --url https://abdm.dev.unimetacare.com/api/m2/link/token-generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "abhaAddress": "<string>", "hipId": "<string>" } '
{ "status": false, "message": "Valid 12-digit Aadhaar number is required" }
Generate a link token for a given ABHA address and HIP. This token is required before linking care contexts.
JWT token obtained from /api/m1/abha/token
"<string>"
Link token generated
Was this page helpful?