limit
parameter to return a different number of templates or control the pagination of the results with the after
or before
parameters.
Templates API is currently in private beta and only available to a limited
number of users. APIs might change before GA.To use the methods on this page, you must upgrade your Resend Node SDK to
version
6.1.2-preview-templates.0
or later.Get in touch if you're interested in testing
this feature.Query Parameters
The number of templates to return. Defaults to
20
. Maximum is 100
.The ID of the template to start after. The API will return the templates after
(and not including) the given ID.
The ID of the template to start before. The API will return the templates
before (and not including) the given ID.