Skip to main content
POST
/
verify
Generate OTP
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

Request Body Parameters

config-id
string
required
ID of the verification configuration based on which the OTP will be generated.
to
string
required
Recipient’s MSISDN
 curl -G - /v1/verify \
  -H 'apikey':'string'
  -H "Content-Type: application/json" \
  -d '{
     "configId": " a73cd9xe-XXXX-XXXX-XXXX-7f731bcf4y64",
     "to": "91XXXXXXXXXX " }'