Email & SMS Templates
List all templates
Returns a list of all templates. The templates are returned sorted by position.
get/templates/{template_type}
Path parameters
template_type'email' | 'sms' required
The type of templates to list (email or SMS)
Query parameters
paginatedboolean
Whether to paginate the results. If true, the results will be paginated. If false, the results will not be paginated.
limitinteger
Applies a limit to the number of results returned. Can be used for paginating the results together with offset.
offsetinteger
Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.
Response
Success