List regions
GET /v1/regions{region_id}
Parameters
| Parameter | Type | In | Description |
|---|---|---|---|
| region_id | string | uri | The region ID. |
Response
200 OK
{
"id": "au2-au",
"iso_country_code": "AU",
"name": "Australia"
}
GET /v1/regions{region_id}
| Parameter | Type | In | Description |
|---|---|---|---|
| region_id | string | uri | The region ID. |
200 OK
{
"id": "au2-au",
"iso_country_code": "AU",
"name": "Australia"
}