Returns a paginated list of template versions.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/{domain_name}/templates/{template_name}/versions
- EU Mailgunhttps://api.eu.mailgun.net/v3/{domain_name}/templates/{template_name}/versions
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/{domain_name}/templates/{template_name}/versions?page=first&limit=0&p=string'Response
{ "template": { "name": "template_name", "description": "This is the description of the template", "createdAt": "Sat, 12 Nov 1955 06:38:00 UTC", "createdBy": "user-supplied-value", "id": "46565d87-68b6-4edb-8b3c-34554af4bb77", "domain": "example.com", "versions": [ … ] }, "paging": { "previous": "https://api.mailgun.net/v3/{domain}/templates/z4ujt7CiEeik0RJbspqxaQ/versions?page=previous&p=v0&limit=10", "first": "https://api.mailgun.net/v3/{domain}/templates/z4ujt7CiEeik0RJbspqxaQ/versions?limit=10", "next": "https://api.mailgun.net/v3/{domain}/templates/z4ujt7CiEeik0RJbspqxaQ/versions?page=next&p=v2&limit=10", "last": "https://api.mailgun.net/v3/{domain}/templates/z4ujt7CiEeik0RJbspqxaQ/versions?page=last&limit=10" } }