Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 851 Bytes

File metadata and controls

16 lines (11 loc) · 851 Bytes

CreateVerificationRequest

Properties

Name Type Description Notes
channel Channel SMS-only for now. (enum: sms)
to String E.164 phone number.
from Option<String> The SMS-enabled number on your account to send from. Defaults to your only SMS number. [optional]
brand_name Option<String> Your app or business name, rendered in the message. Defaults to your account name. Letters, numbers, and basic punctuation only. [optional]
code_length Option<i32> [optional][default to 6]
ttl_minutes Option<i32> [optional][default to 10]

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