English
cURL
curl --request POST \ --url https://sandbox.killb.app/api/v2/auth/verify-otp \ --header 'Content-Type: application/json' \ --data ' { "otp": "<string>", "email": "<string>" } '
{ "errorCode": "API_USER.0001", "arguments": [ { "key": "email", "value": "[email protected]" } ], "message": [ "User not found", "Account not found" ], "statusCode": "400" }
The otp to verify
Email
"API_USER.0001"
Show child attributes
"email"
"[email protected]"
["User not found", "Account not found"]
"400"