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": { "abha_address": "<string>", "address": { "district": "<string>", "line": "<string>", "pin_code": "<string>", "state": "<string>" }, "day_of_birth": "<string>", "gender": "<string>", "mobile": "<string>", "month_of_birth": "<string>", "name": "<string>", "year_of_birth": "<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.
Accepted
The response is of type object.
object
Was this page helpful?