<Intro>

<EndpointHeader />

<Description>

Returns the regions a Realtime app can be created in. Use one of these identifiers as the `region` when creating an app.

</Description>

</Intro>

<Payload kind="response">

<Field name="data" type="array of object" required>

<Description>

The regions a Realtime app can be created in.

</Description>

<FieldChildren kind="response">

<Field name="id" type="object" prefix="data." required>

<Description>

Region identifier to pass as a Realtime app's region.

</Description>

</Field>

</FieldChildren>

</Field>

</Payload>