English
Get a list of all templates in your organization
{ "templates": [ { "uid": "<string>", "name": "<string>", "type": "<string>", "created_at": "<string>", "updated_at": "<string>" } ], "total": 123 }
limit
offset
{ "templates": [ { "uid": "template_abc123", "name": "Welcome Email Header", "type": "image", "created_at": "2024-01-01T00:00:00Z", "updated_at": "2024-01-02T00:00:00Z" } ], "total": 1 }
API Key
List of templates
The response is of type object.
object