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
- 200
- 401
- 404
- 409
- 422
- 429
- 503
restore queued
unauthorized
not found
conflict
unprocessable entity
too many requests
Response Headers
Your request allowance for the current window.
Requests remaining in the current window.
Unix time (seconds) at which the window resets.
Seconds to wait before retrying.
service unavailable