Get all email templates
Get all email templates for the entity
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
entityId
Entity ID or Entity ForeignID
Response
This endpoint returns a list of objects.
id
entityId
The ID of the entity that this email template is associated with.
templateType
Allowed values:
name
The name of the email template.
subject
The subject of the email template.
content
The HTML content of the email template.
isDefault
True if this email template is the default template for new invoices.
Errors
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
409
Conflict
500
Internal Server Error
501
Unimplemented
