Retrieve Sandbox
Beta/v1/core/sandboxes/{id}This endpoint is idempotent. Learn more
Returns a single sandbox by ID.
Only sandboxes owned by your production account are visible; any other sandbox is reported as not found. Sandboxes cannot be retrieved while acting in a sandbox.
idstringID of the sandbox to retrieve.
include[]optional arrayenumValues:owner_accountSub-objects to expand in the response. When omitted, sub-objects are returned as null.
idstringSandbox ID.
objectstringenumValues:sandboxResource type identifier.
namestringDisplay name of the sandbox.
owner_accountaccountExpandablenullableThe production account that owns this sandbox.
idstringAccount ID.
objectstringenumValues:accountResource type identifier.
namestringThe account's display name.
The address billed by default on orders for this account.
null in this endpoint.The address shipped to by default on orders for this account.
null in this endpoint.brandingaccount_brandingnullableCustomer-facing branding for the account, such as the logo, support contacts, and social links.
null in this endpoint.portalaccount_portalnullableThe account's customer portal settings, including the portal URL slug.
null in this endpoint.created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
created_atstring (date-time)When this sandbox was created.
updated_atstring (date-time)When this sandbox was last updated.
Responses
Successful response for Retrieve Sandbox