Docs

Cloud Regions

GET
/v1/cloud-regions

Get cloud regions supported by this Alien environment.

AuthorizationBearer <token>

API key for authentication, must be provided as a Bearer token. Generate an API key at https://alien.dev/api-keys

In: header

Query Parameters

workspace?string

Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.

Match^(?!ws[-_])[a-z0-9](-?[a-z0-9])*$
Length4 <= length <= 100

Response Body

application/json

curl -X GET "https://example.com/v1/cloud-regions"
{  "supportedRegions": {    "aws": [      "string"    ],    "gcp": [      "string"    ],    "azure": [      "string"    ]  }}