# Regions ## List **get** `/v2/regions` To list all of the regions that are available, send a GET request to `/v2/regions`. The response will be a JSON object with a key called `regions`. The value of this will be an array of `region` objects, each of which will contain the standard region attributes. ### Returns - **meta:** `MetaProperties` Information about the response itself. - **regions:** `array of Region` - **links:** `PageLinks`