Sandboxes
Get a sandbox
get/sandboxes/{id}
Path parameters
idstring required
24-char hex id of the sandbox.
Response
Sandbox detail
Example response
{
"message": "Sandbox fetched",
"data": {
"region": {
"id": "6a06df21cc6bef51342e199e",
"name": "eu-west",
"country": "France",
"continent": "Europe"
},
"egress": {
"mode": "restricted",
"allow": [
"1.1.1.1",
"api.example.com"
]
}
}
}