Retrieve paged transactional templates.

GET {{baseUrl}}/templates?generations=<string>&page_size=<integer>&page_token=<string>

This endpoint allows you to retrieve all transactional templates.

Each user can create up to 300 different transactional templates. Transactional templates are specific to accounts and subusers. Templates created on a parent account will not be accessible from the subuser accounts.

Transactional templates are templates created specifically for transactional email and are not to be confused with [Marketing Campaigns templates](https://sendgrid.com/docs/ui/sending-email/working-with-marketin

Request Params

KeyDatatypeRequiredDescription
generationsstringComma-delimited list specifying which generations of templates to return. Options are legacy, dynamic or legacy,dynamic.
page_sizestringNumber of recipients to return at a time (must be a positive integer between 1 and 1000)
page_tokenstringA token corresponding to a specific page of results, as provided by metadata