curl --request POST \ --url https://one.telepie.com/verify \ --header 'apikey: <api-key>'
Generate and Verify OTP
Generate OTP
This endpoint facilitates the generation of a One-Time Password (OTP).
POST
/
verify
Generate OTP
Copy
curl --request POST \ --url https://one.telepie.com/verify \ --header 'apikey: <api-key>'
Upon successful invocation, a unique OTP is provided, enhancing the security of your system. By default, the OTP is designed for single-use and expires after a specified timeframe. Implementing this feature adds an additional layer of authentication to your application, bolstering overall security