Method: Vonage::Verify2::Templates#list
- Defined in:
- lib/vonage/verify2/templates.rb
#list(**params) ⇒ ListResponse
Get a list of all templates.
22 23 24 |
# File 'lib/vonage/verify2/templates.rb', line 22 def list(**params) request('/v2/verify/templates', params: params, response_class: ListResponse) end |