Skip to main content
GET
/
meta
/
countries
List Countries
curl --request GET \
  --url https://api.eflow.team/v1/meta/countries \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "countries": [
    {
      "country_id": 123,
      "country_code": "<string>",
      "country_name": "<string>"
    }
  ]
}
Retrieve all available countries. Use country_id for offer targeting and rulesets. Reporting endpoints typically reference country_code.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Response

200 - application/json

OK

countries
object[]