v1
latestOpenAPI 3.0.02026-07-14198572488.4 KBBackups
Create a new backup for given site.
For a given site create a new backup.
post/v1/sites/{id}/backup
Path parameters
idinteger required
ID of the Site you are interacting with
Example:8880000888
Request body
Example request
{
"label": "April 3rd Backup - Before Plugin Updates",
"backup_directory": true
}Response
OK
Example response
{
"success": true,
"errors": [],
"messages": [],
"result": {
"task_level": "account"
}
}