Skip to content

Retrieve information about the sandbox Vaults for the authenticated Vault.

GET/api/{version}/objects/sandbox
NameDescription
Acceptapplication/json (default) or application/xml
curl -X GET -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v23.1/objects/sandbox
{ "responseStatus": "SUCCESS", "data": { "entitlements": [ { "size": "Small", "available": 1, "allowed": 1, "temporary": 0 }, { "size": "Large", "available": 0, "allowed": 1, "temporary": 0 }, { "size": "Full", "available": 1, "allowed": 1, "temporary": 0 } ], "active": [ { "pod": "vv1-10", "vault_id": 56220, "name": "Sandbox1", "type": "config", "size": "Large", "status": "active", "domain": "veevavault.com", "dns": "sandbox1.veevavault.com", "source_vault_id": 13803, "refresh_available": "2020-08-20T13:20:10.000Z", "created_date": "2020-08-20T13:20:10.000Z", "created_by": 1, "modified_date": "2020-08-20T13:43:10.000Z", "modified_by": 1, "release": "limited", "entitlements": [] } ] } }

The response contains information about the sandbox Vaults for the authenticated Vault.