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-Pt-Id
string

Eka User ID (OID)

X-Partner-Pt-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

OK

expiry
string<date-time> | null

Expiry time for the token

Examples:

"2025-07-25T18:36:20+05:30"

request_id
string

Request ID to track the status

status
enum<string>
Available options:
success,
processing,
failed
token_number
string

Token number for the scan and share