Templates
List templates
Get a list of all the template on an account
Scoped OAuth requires: templates.read
get/templates
Query parameters
limitinteger
The number of results per page.
offsetinteger
Offset to start pagination search results.
totalboolean
By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated.
See our Pagination Docs for more information.
querystring
Template name or description to search
template_typestring
Filters templates by type.
sort_by'name' | 'name:asc' | 'name:desc' | 'created_at' | 'created_at:asc' | 'created_at:desc'
Used to specify both the field you wish to sort the results on (name/created_at), as well as the direction (asc/desc) of the results. The sort_by field and direction should be separated by a colon. Sort direction defaults to ascending.
Response
A paginated array of templates.