limit
parameter to return a different number of templates or control the pagination of the results with the after
or before
parameters.
Templates are 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 SDK:Get in touch if you’re interested in testing
this feature.
Query Parameters
Number of templates to retrieve.
- Default value:
20
- Maximum value:
100
- Minimum value:
1
The ID after which we'll retrieve more templates (for pagination). This ID will not be included in the returned list. Cannot be used with the
before
parameter.The ID before which we'll retrieve more templates (for pagination). This ID will not be included in the returned list. Cannot be used with the
after
parameter.You can only use either
after
or before
parameter, not both. See our pagination guide for more information.