cURL
curl --request POST \ --url https://api.eka.care/abdm/na/v1/face-auth/capture \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "txn_id": "<string>" } '
{ "message": "<string>", "status": "<string>", "txn_id": "<string>" }
Capture PID endpoint is used to capture face-auth pid.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OK
Was this page helpful?