Sandboxes
List sandbox-enabled regions
Returns regions where sandboxes can be provisioned.
get/sandboxes/regions
Response
Available sandbox regions
Example response
{
"data": {
"regions": [
{
"id": "6a06df21cc6bef51342e199e",
"name": "eu-west",
"country": "France",
"continent": "Europe"
}
]
}
}Changes
Changed in 1 of the 5 revisions of this API.3
- ○
the response property
data/regions/items/continentbecame required for the status200response-property-became-required
- ○
added the required property
data/regions/items/enabledto the response with the200statusresponse-required-property-added
- ○
added the required property
data/regions/items/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
- ○