Emails REST Endpoints

Application/2.0/Emails
Emails API Endpoints. Learn more about emails. Creating and updating emails with the type ResponsiveHtmlContent is not supported. If you use these endpoints with this email type, we cannot guarantee your email will be responsive.
Archive an email
Method: post
Path: /api/REST/2.0/assets/email/{id}/archive
Create an email
Method: post
Path: /api/REST/2.0/assets/email
Delete an email
Method: delete
Path: /api/REST/2.0/assets/email/{id}
Retrieve a list of emails
Method: get
Path: /api/REST/2.0/assets/emails
Retrieve an email
Method: get
Path: /api/REST/2.0/assets/email/{id}
Unarchive an email
Method: post
Path: /api/REST/2.0/assets/email/{id}/unarchive
Update an email
Method: put
Path: /api/REST/2.0/assets/email/{id}