OpenAPI JSON

API resource

Backup Destinations

Backup Destinations are external storage connections that can receive backup uploads from WordPress sites in your account. Use Backup Destinations to review available storage providers, see which storage accounts are connected, and confirm the connection details needed before uploading backups.

4 operations · Each operation has a stable reference URL.

GET

List backup destinations

Returns backup destinations available to your account. The list includes

/backup-destinations
GET

Show backup destination

Returns one backup destination by provider ID or saved destination ID.

/backup-destinations/{backup_destination_id}
POST

Test backup destination

Tests one saved Dropbox or Google Drive backup destination.

/backup-destinations/{backup_destination_id}/test
POST

Disconnect backup destination

Disconnects one saved Dropbox or Google Drive backup destination.

/backup-destinations/{backup_destination_id}/disconnect