Admin: List account reset backups for potential recovery. Can filter by user_id or list all recent backups.
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/admin/reset-backups
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?