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": null, "longitude": null }, "patient": { "abhaAddress": "<string>", "address": { "district": "<string>", "line": "<string>", "pin_code": "<string>", "state": "<string>" }, "dayOfBirth": "<string>", "gender": "<string>", "mobile_no": "<string>", "monthOfBirth": "<string>", "name": "<string>", "yearOfBirth": "<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.
Partner user ID
Partner HIP ID
OID is used to Identify the user.
Accepted
The response is of type object.
object
Was this page helpful?