Skip to main content
GET
/
configuration
List all configurations
curl --request GET \
  --url https://api.blaxel.ai/v0/configuration \
  --header 'Authorization: Bearer <token>'
{
  "continents": [
    {
      "displayName": "<string>",
      "name": "<string>"
    }
  ],
  "countries": [
    {
      "displayName": "<string>",
      "name": "<string>"
    }
  ],
  "privateLocations": [
    {
      "name": "<string>"
    }
  ],
  "regions": [
    {
      "allowed": "<string>",
      "continent": "<string>",
      "country": "<string>",
      "infoGeneration": "<string>",
      "location": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Configuration of the control plane

Configuration

continents
object[]

Continents

countries
object[]

Countries

privateLocations
object[]

Private locations managed with blaxel operator

regions
object[]

Regions