Open a Template Edit Session
Create a temporary edit session for a template.
Create a temporary edit session for a template. The returned URL can be opened in a browser to access the visual or HTML editor.
Scope: templates.write
Path Parameters
template_idintegerrequiredThe ID of the template to edit.
Response
session_hashstringoptionalEdit session token (valid for approximately one hour).
edit_urlstringoptionalURL to the visual/HTML editor for this session.
Sample Response
200 OK
{
"data": {
"session_hash": "abc123...",
"edit_url": "https://editor.maileroo.com?sess=abc123..."
}
}