Skip to main content
GET
/
sandboxes
/
regions
List sandbox-enabled regions
curl --request GET \
  --url https://sandbox.brimble.io/sandboxes/regions \
  --header 'x-brimble-key: <api-key>'
{
  "message": "<string>",
  "data": {
    "regions": [
      {
        "id": "6a06df21cc6bef51342e199e",
        "name": "eu-west",
        "country": "France",
        "continent": "Europe",
        "enabled": true,
        "type": "sandbox"
      }
    ]
  }
}

Authorizations

x-brimble-key
string
header
required

Your account-level Brimble API key. Find it in the dashboard under your profile drawer → API key (click the avatar in the sidebar). Available on paid plans only.

Response

200 - application/json

Available sandbox regions

message
string
required
data
object
required
Last modified on May 23, 2026