Overview
Developers can integrate OTP verification functionalities into their applications using the D7 Verify API, a RESTful interface to send, re-send and verify OTP messages.
Get Started with D7 Verify API:
- Your D7 account will be active after the verification
- We are providing some free credits while signup and you can test the service in this trial version
- Your trial version is valid until you use the free credits
- You will be limited to use our predefined D7 demo senderID and please contact [email protected] for registration
Features
- Generate alpha, numeric and alphanumeric OTPs
- Custom OTP SMS template
- Configurable OTP expiry time
- Configurable OTP code length
- OTP retry options
Endpoints
Path | Method | Description |
---|---|---|
/verify/v1/otp/send-otp | POST |
send an OTP |
/verify/v1/otp/resend-otp | POST |
Re-send an OTP |
/verify/v1/otp/verify-otp | POST |
Verify the OTP |
/verify/v1/report/{otp_id} | Get |
Get the status of OTP |