Sandboxes
List sandboxes
Returns sandboxes owned by the caller, sorted by created_at descending.
get/sandboxes
Query parameters
pageinteger
limitinteger
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"
]
}
}
]
}
}