curl --request POST \ --url https://one.telepie.com/verify/validate \ --header 'apikey: <api-key>'
Generate and Verify OTP
Verify OTP
This endpoint verifies a user-submitted One-Time Password (OTP),
POST
/
verify
/
validate
Verify OTP
Copy
curl --request POST \ --url https://one.telepie.com/verify/validate \ --header 'apikey: <api-key>'
Upon successful invocation, it confirms their identity for secure access. Successful validation grants authorized users access to the intended functionality, bolstering system security by ensuring only valid OTPs are accepted.