zernio 0.0.524

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)