cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/care-contexts/discover/link/confirm \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "otp": "<string>", "txn_id": "<string>" } '
{ "cc_ref_id": "<string>", "txn_id": "<string>" }
Confirm linking for discovered care context
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OID is used to Identify the user.
OTP received on the mobile number.
Transaction ID received in the previous API response.
OK
Unique identifier for the care context.
Was this page helpful?