{"total":9,"templates":[{"id":"0aac888f-2ee2-4112-9659-1755a951966a","type":"basic","name":"Basic OTP","description":"Simple OTP message","required_params":["pin"],"optional_params":[],"example_message":"Your code is {pin}. Please don't share your code with ANYONE."},{"id":"c2cdc028-a48b-4187-bbaf-3aaa137b6e23","type":"basic_5min","name":"Basic OTP valid for 5 minutes","description":"OTP with fixed 5-minute validity","required_params":["pin"],"optional_params":[],"example_message":"Your code is {pin}. It's valid for 5 minutes."},{"id":"c33cccaf-735f-4d62-8383-a76bf4999e2d","type":"with_business_name","name":"OTP with business/platform name","description":"Branded OTP message","required_params":["pin","business_name"],"optional_params":[],"example_message":"{business_name}: Your code is {pin}."},{"id":"bed0942f-e07e-4879-834b-29cc4cf3ec35","type":"with_validity","name":"Basic OTP with code validity time","description":"OTP with customizable validity in minutes","required_params":["pin","validity_time"],"optional_params":[],"example_message":"Your code is {pin}. It's valid for {validity_time} minutes."},{"id":"60d67b38-b9fb-444a-80e6-754447e010c6","type":"with_type_and_validity","name":"OTP with code type & validity time","description":"Specify code type (verification, login, etc.) with validity","required_params":["pin","pin_type","validity_time"],"optional_params":[],"example_message":"Your {pin_type} code is {pin}. It's valid for {validity_time} minutes."},{"id":"6c929cef-29b4-4349-bc9d-2a07bdbb6e43","type":"with_business_and_validity_hours","name":"OTP with business/platform name & validity time","description":"Branded OTP with hours validity","required_params":["pin","business_name","validity_time"],"optional_params":[],"example_message":"Your {business_name} code is {pin}. It's valid for {validity_time} hours."},{"id":"82ba31a3-db42-4e87-82e8-33fa92b9e5ed","type":"with_type","name":"OTP with type of code","description":"Simple code type specification","required_params":["pin","pin_type"],"optional_params":[],"example_message":"Your {pin_type} code is {pin}."},{"id":"210ee8a9-1ed5-43cd-96e4-65bba311ab40","type":"with_action","name":"OTP with details on OTP action/platform","description":"Detailed action description","required_params":["pin","action_name"],"optional_params":[],"example_message":"Your one-time password for {action_name} is {pin}."},{"id":"be56d97b-2a33-4c89-ac5f-f555a2c827d9","type":"with_reason","name":"OTP with business/platform name & code reason","description":"Includes reason for OTP","required_params":["pin","business_name","code_reason"],"optional_params":[],"example_message":"{business_name}: Your code is {pin}. You got this code because {code_reason}."}]}