Skip to main content

Trigger Backup

POST 

/api/v1/accounts/:id/backup

Triggers an on-demand backup for a specific account. The backup runs asynchronously: a successful request queues the job and returns the account with its backup_status set to "pending" — poll GET /accounts/{id} or GET /accounts/{id}/backups for progress and the eventual outcome. Returns 422 if the account is not currently in a backupable state (e.g. paused, lapsed subscription, or a connection that needs to be re-authorized), and 409 if a backup for the account is already in progress. Account IDs follow the format: acc_ followed by 16 alphanumeric characters (e.g., acc_1234567890abcdef).

Request

Responses

backup queued