Skip to main content
GET
/
meta
/
regions
List Regions
curl --request GET \
  --url https://api.eflow.team/v1/meta/regions \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "regions": [
    {
      "region_id": 123,
      "region_code": "<string>",
      "country_id": 123,
      "country_code": "<string>",
      "region_name": "<string>"
    }
  ]
}
Retrieve all available regions (states/provinces). Each region includes its parent country for easy mapping. Used for geographic targeting in offers, rulesets, and custom settings.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json

OK

regions
object[]