Documentation
Sign inGet started

List Realtime regions

GET
/v1/realtime/regions
bird realtime regions list
Response200
{
  "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.
Response Payload
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.