cURL
curl --request GET \ --url https://api.eflow.team/v1/meta/cities \ --header 'X-Eflow-Api-Key: <api-key>'
{ "cities": [ { "city_id": 123, "city_name": "<string>", "region_id": 123, "region_code": "<string>", "country_id": 123, "country_code": "<string>" } ] }
The Everflow API key generated from the Control Center > Security.
OK
Show child attributes
Was this page helpful?