GET
/
abdm
/
v1
/
profile
/
asset
/
qr
cURL
curl --request GET \
  --url https://api.eka.care/abdm/v1/profile/asset/qr \
  --header 'Authorization: Bearer <token>'
{
  "address": "<string>",
  "dist name": "<string>",
  "distlgd": "<string>",
  "district_name": "<string>",
  "dob": "<string>",
  "gender": "<string>",
  "hid": "<string>",
  "hidn": "<string>",
  "mobile": "<string>",
  "name": "<string>",
  "phr": "<string>",
  "state name": "<string>",
  "statelgd": "<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

format
enum<string>
Available options:
json
oid
string

OID is used to Identify the user.

Response

200
application/json

OK

The response is of type object.