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>" }
Get token number issued by the facility
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
request id received from the POST /abdm/v2/profile/share API
OK
The response is of type object.
object
Was this page helpful?