Generate mobile OTP for user session token
curl --request POST \ --url https://api.eka.care/abdm/v1/session/init \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "abha_address": "sudo@abdm" }'
{ "txn_id": "<string>" }
The API requires a Bearer token (JWT) for authentication.
OK
The response is of type object.
object
Was this page helpful?