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: postPath:
/api/REST/2.0/assets/email/{id}/archive
- Create an email
- Method: postPath:
/api/REST/2.0/assets/email
- Delete an email
- Method: deletePath:
/api/REST/2.0/assets/email/{id}
- Retrieve a list of emails
- Method: getPath:
/api/REST/2.0/assets/emails
- Retrieve an email
- Method: getPath:
/api/REST/2.0/assets/email/{id}
- Unarchive an email
- Method: postPath:
/api/REST/2.0/assets/email/{id}/unarchive
- Update an email
- Method: putPath:
/api/REST/2.0/assets/email/{id}