POST
/
abdm
/
v1
/
care-contexts
/
discover
/
link
/
init
curl --request POST \
  --url https://api.eka.care/abdm/v1/care-contexts/discover/link/init \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "cc_ref_id": "<string>",
  "patient_ref_id": "<string>",
  "txn_id": "<string>"
}'
{
  "txn_id": "<string>"
}

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Headers

X-User-Id
string

Partner user ID

X-Hip-Id
string

Partner HIP ID

Query Parameters

oid
string

OID is used to Identify the user.

Body

application/json

Response

200
application/json

OK

The response is of type object.