Perform a verification
Creates a new verification in Routee.
Query
Comma-separated response fields to include.
Body
The method which will be used to send the 2step verification. Values: "sms", "voice".
The type of the message. Value: "code".
The recipient that will receive the 2step verification. For sms method format with a '+' and country code e.g., +306948530920 (E.164 format).
The template of the message. It must contain a @@pin that will be replaced by the generated code.
If the template is for example '@@name your code is @@pin' and the argument has a property name: 'Nick' the message will be 'Nick your code is 4232'. Note that if the template contains a @@ placeholder and a value is not present in the arguments property it will stay as is.
Country in [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) alpha 2 format (GR, US etc.). The country to use in order to select a translated template (if defined in Routee web interface)
The senderId that will be set when sending the SMS
How many seconds this verification will remain active. After that time passes the verification status will be Expired.
Defines the number of times the user can re-confirm the verification before the verification changes its state to Failed.
The number of digits of the generated random numeric code.
[OPTIONAL] Provide the registered Content Template ID and Principal Entity ID to ensure the message is not rejected by TRAI regulations.