List regions
List all available regions and whether each is set up for the current workspace. Returns an object where keys are region codes and values are booleans indicating whether the region is configured for your workspace.
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"
}