cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/profile/kyc/resend \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "txn_id": "<string>" }'
{ "txn_id": "<string>" }
Resend otp for KYC
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.
OK
The response is of type object.
object
Was this page helpful?