List Realtime regions
GET
/v1/realtime/regions
bird realtime regions listcurl -X GET "https://us1.platform.bird.com/v1/realtime/regions" \
-H "Authorization: Bearer $TOKEN"Respuesta200
{
"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.
Carga de respuesta
data
array of object
obligatorio
The regions a Realtime app can be created in.
Mostrar atributos secundarios
data.id
string
obligatorio
Region identifier to pass as a Realtime app's region.