List sandboxes
Returns sandboxes owned by the caller, sorted by created_at descending.
Query parameters
Response
Paginated sandboxes
Example response
{
"message": "Sandboxes fetched",
"data": {
"data": [
{
"region": {
"id": "6a06df21cc6bef51342e199e",
"name": "eu-west",
"country": "France",
"continent": "Europe"
},
"egress": {
"mode": "restricted",
"allow": [
"1.1.1.1",
"api.example.com"
]
}
}
]
}
}Changes
Changed in 3 of the 5 revisions of this API.114
- ○
the response property
data/data/items/auto_destroybecame required for the status200response-property-became-required
- ○
the response property
data/data/items/block_outboundbecame required for the status200response-property-became-required
- ○
the response property
data/data/items/egressbecame required for the status200response-property-became-required
- ○
the response property
data/data/items/one_shotbecame required for the status200response-property-became-required
- ○
the response property
data/data/items/persistentbecame required for the status200response-property-became-required
- ○
- ○
added the optional property
data/data/items/egressto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/data/items/network_updatedto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
data/data/items/regionresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ○
removed
RegionSummarysubschema #2from thedata/data/items/regionresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
added the required property
data/data/items/region/continentto the response with the200statusresponse-required-property-added
- ○
added the required property
data/data/items/region/countryto the response with the200statusresponse-required-property-added
- ○
added the required property
data/data/items/region/enabledto the response with the200statusresponse-required-property-added
- ○
added the required property
data/data/items/region/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/data/items/region/nameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/data/items/region/typeto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲