Skip to main content
GET
/
meta
/
mobilecarriers
List Mobile Carriers
curl --request GET \
  --url https://api.eflow.team/v1/meta/mobilecarriers \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "mobile_carriers": [
    {
      "mobile_carrier_id": 123,
      "carrier_name": "<string>",
      "carrier_code": 123,
      "country_id": 123
    }
  ]
}
Retrieve mobile carriers available for targeting. Each carrier is specific to a single country. This is not an exhaustive list — it includes only carriers that can be used in targeting.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Response

200 - application/json

OK

mobile_carriers
object[]