Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
IDs of templates to filter by. eg. ids=id1&ids=id2
The search term to filter the templates by.
Maximum length:
100
The field to sort the templates by.
Available options:
created_at
, name
The order to sort the templates by.
Available options:
desc
, asc
The page number for pagination.
The number of templates per page.
Required range:
10 <= x <= 100
Whether to include archived templates in the response.