Method: Vonage::Verify2::Templates#info

Defined in:
lib/vonage/verify2/templates.rb

#info(template_id:) ⇒ Response

Get details of a specific template.

Examples:

template = client.verify2.templates.info(template_id: '8f35a1a7-eb2f-4552-8fdf-fffdaee41bc9')

Parameters:

  • :template_id. (required, String)

    The ID of the template to be retreived

Returns:

See Also:



36
37
38
# File 'lib/vonage/verify2/templates.rb', line 36

def info(template_id:)
  request('/v2/verify/templates/' + template_id)
end