cURL
curl --request GET \ --url https://api.eka.care/abdm/v2/profile/share/{request_id} \ --header 'Authorization: Bearer <token>'
{ "expiry": "<unknown>", "request_id": "<string>", "status": "success", "token_number": "<string>" }
Get token number issued by the facility
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
request id received from the POST /abdm/v2/profile/share API
OK
Expiry time for the token
"2025-07-25T18:36:20+05:30"
Request ID to track the status
success
processing
failed
Token number for the scan and share
Was this page helpful?