GET
/
abdm
/
v2
/
profile
/
share
/
{request_id}
cURL
curl --request GET \
  --url https://api.eka.care/abdm/v2/profile/share/{request_id} \
  --header 'Authorization: Bearer <token>'
{
  "expiry": "2025-07-25T18:36:20+05:30",
  "request_id": "<string>",
  "status": "success",
  "token_number": "<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

Path Parameters

request_id
string
required

request id received from the POST /abdm/v2/profile/share API

Response

200
application/json

OK

The response is of type object.