Skip to main content
GET
/
io.pocketenv.sandbox.getBackups
Get the list of backups for a sandbox.
curl --request GET \
  --url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.getBackups \
  --header 'Authorization: Bearer <token>'
{
  "backups": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

The sandbox ID.

Response

OK

backups
any[]