- Get account-level templates
Create an account-level template
Delete all account-level templates
Get all account-level template versions
Create an account-level template version
Get an account-level template
Update an account-level template
Delete an account-level template
Get an account-level template version
Update an account-level template version
Delete an account-level template version
Copy a template
Copy an account-level template version
Rename a template
Get account-level templat...
Returns a list of account-level templates.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v4/templates
- EU Mailgunhttps://api.eu.mailgun.net/v4/templates
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v4/templates?page=first&limit=0&p=string'Response
- github.com-mailgun-temple-model-Version
- null
{ "items": [ { … }, { … } ], "paging": { "previous": "https://api.mailgun.net/v4/templates?page=previous&p=template.0&limit=10", "first": "https://api.mailgun.net/v4/templates?limit=10", "next": "https://api.mailgun.net/v4/templates?page=next&p=template.2&limit=10", "last": "https://api.mailgun.net/v4/templates?page=last&limit=10" } }