List Sandboxes
Returns a list of sandboxes for the organization.
Returns a list of sandboxes for the organization.
Path Parameters
orgId*string
The organization ID
Response Body
application/json
curl -X GET "https://loading/api/orgs/string/sandboxes"[
{
"id": "string",
"name": "string",
"expiredAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"projectId": "string",
"shapeName": "string",
"status": "PENDING"
}
]