Sandboxes

List sandbox-enabled regions

Returns regions where sandboxes can be provisioned.

get/sandboxes/regions

Response

Available sandbox regions

messagestring required

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/continent became required for the status 200

      response-property-became-required

    • added the required property data/regions/items/enabled to the response with the 200 status

      response-required-property-added

    • added the required property data/regions/items/type to the response with the 200 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog