Skip to main content

Restore Account

POST 

/api/v1/accounts/:id/restore

Initiates an account-level restore ("rewind") for a specific account, restoring all of its data to the state it was in at "as_of_date". The restore runs asynchronously: a successful request queues the job and returns the account with its rewind_state updated — poll GET /accounts/{id} for progress. Returns 422 if the account cannot be restored (e.g. an unsupported platform, or a date outside the available restore range), and 409 if a restore for the account is already in progress. Account IDs follow the format: acc_ followed by 16 alphanumeric characters (e.g., acc_1234567890abcdef).

Request

Responses

restore queued