v1

latestOpenAPI 3.0.32026-08-06224144516.1 KB
Backups

Create a backup

This will initiate the creation of a backup. As with all POST endpoints, a location header will be returned for the new backup item. You can query that endpoint to learn the status of the backup, and once it is completed to get its url.

post/backups

Request body

include_attachmentsboolean

Whether to include attachments in the backup or not. Running a backup without attachments can greatly speed up the backup time. Defaults to false.

include_emailsboolean

Whether to include emails in the backup or not. Running a backup without emails can greatly speed up the backup time. Defaults to true.

Response

Created