Skip to main content
GET
/
api
/
admins
/
sandboxes
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/admins/sandboxes \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "accounts": [
    {
      "account_id": "04e3aba9-c130-4fb8-8b92-34e95d43e66b",
      "total_sandboxes": 5,
      "last_created_at": "2026-03-10T12:00:00Z",
      "account_email": "alice@example.com"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Response

Account sandbox statistics retrieved successfully

Response containing per-account sandbox statistics for admin use

status
enum<string>
required

Status of the request

Available options:
success,
error
accounts
object[]
required

List of accounts with their sandbox statistics, ordered by most recently active first