cURL
curl --request POST \ --url https://api.eka.care/abdm/v2/profile/share \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "counter_id": "<string>", "hip_id": "<string>", "location": { "latitude": "<string>", "longitude": "<string>" }, "request_id": "<string>", "user_x_token": "<string>" } '
{ "request_id": "<string>", "status": "success" }
Request to generate appointment token at the facility.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OID is used to Identify the user.
Counter ID from QR Code
HIP ID from QR Code
Location of the user
Show child attributes
Request ID to track the status of the profile share
user authorization token
Accepted
Request ID to track the status
success
processing
failed
Was this page helpful?