Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.24 KB

OTPVerifyResponse.md

File metadata and controls

18 lines (14 loc) · 1.24 KB

SMSWorks.Api.Model.OTPVerifyResponse

Response schema for the /otp/verify method

Properties

Name Type Description Notes
Destination string The mobile number that the OTP was sent to [optional]
Status string The status of the OTP. If the passcode is used within the validity period then this will be 'VERIFIED', otherwise it will be 'EXPIRED' [optional]
Passcode decimal The passcode used. [optional]
Validity decimal The length of time in seconds for which the generated passcode is valid. [optional]
Metadata Object A JSON object storing data supplied when this passcode was generated, for use in your application. [optional]
Created string The ISO 8601 date/time at which this OTP was created [optional]
Expires string The ISO 8601 date/time at which this OTP expires [optional]
Modified string The ISO 8601 date/time at which this OTP was modified (typically when it was verified) [optional]

[Back to Model list] [Back to API list] [Back to README]