Skip to main content
GET
/
api
/
v1
/
public
/
regions
List regions
curl --request GET \
  --url https://api.rafftechnologies.com/api/v1/public/regions
{
  "success": true,
  "regions": [
    {
      "id": 1,
      "code": "us-east",
      "name": "US East",
      "country_code": "US",
      "is_default": true,
      "flag": "🇺🇸",
      "display_order": 1
    }
  ]
}
Updated May 8, 2026

Response

200 - application/json

List of regions

success
boolean
Example:

true

regions
object[]
Last modified on May 8, 2026