Skip to main content
GET
/
api
/
v1
/
deploy
/
regions
List deploy regions
curl --request GET \
  --url https://openapi.beeos.ai/api/v1/deploy/regions \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "available": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Pass a user JWT or a oag_ User API Key on the Authorization: Bearer <token> header. Both are validated by openapi-gateway against the Auth service.

Query Parameters

providerId
string

Response

200 - application/json

Standard envelope; data is a list of deploy regions.

success
boolean
required
data
object[]
required