Inboxes
Get account branded email layout
Get the account-scoped Liquid HTML layout used as the fallback for branded email replies.
GET
Get account branded email layout
Authorizations
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
Path Parameters
The numeric ID of the account
Response
Success
Account-scoped Liquid HTML layout for branded email replies.
Example:
"<html><body>{{ content_for_layout }}</body></html>"
Get account branded email layout

