POST
/
abdm
/
v1
/
care-contexts
/
link
curl --request POST \
  --url https://api.eka.care/abdm/v1/care-contexts/link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "abha_address": "<string>",
  "care_contexts": [
    {
      "care_context_id": "<string>",
      "display": "<string>",
      "hi_type": "<string>"
    }
  ],
  "oid": "<string>",
  "partner_user_id": "<string>"
}'
This response does not have an example.

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

Body

application/json

Response

202

Accepted