Huddle01 Cloud

List regions

List all available regions and their setup status for the current workspace.

GET
/regions

Authorization

ApiKeyAuth
X-API-Key<token>

API key for authentication. Generate from the Huddle01 Cloud dashboard.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://cloud.huddleapis.com/api/v1/regions"
{
  "eu2": true,
  "us1": false,
  "ap1": true
}
{
  "success": false,
  "error": "Invalid request"
}
{
  "success": false,
  "error": "Invalid request"
}