POST
/
abdm
/
v1
/
hip
/
patient
/
profile
/
on-share
curl --request POST \
  --url https://api.eka.care/abdm/v1/hip/patient/profile/on-share \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "abha_address": "<string>",
  "error": {
    "code": 123,
    "message": "<string>"
  },
  "hip_code": "<string>",
  "request_id": "<string>",
  "token": {
    "expires_at": 123,
    "token_number": "<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