Documentation
Sign inGet started

List Realtime regions

GET
/v1/realtime/regions
bird realtime regions list
响应200
{
  "data": [
    {
      "id": "us1"
    }
  ]
}
Returns the regions a Realtime app can be created in. Use one of these identifiers as the region when creating an app.
响应载荷
data
array of object
必填
The regions a Realtime app can be created in.
显示子属性
data.id
string
必填
Region identifier to pass as a Realtime app's region.