POST
/
abdm
/
v1
/
care-contexts
/
link
/
on-init
curl --request POST \
  --url https://api.eka.care/abdm/v1/care-contexts/link/on-init \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "error": {
    "code": 123,
    "message": "<string>"
  },
  "otp_expiry": "<string>",
  "ref_num": "<string>",
  "request_id": "<string>",
  "txn_id": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

204

No Content