Skip to main content
GET
/
meta
/
brands
List Device Brands
curl --request GET \
  --url https://api.eflow.team/v1/meta/brands \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "brands": [
    {
      "brand_id": 123,
      "name": "<string>"
    }
  ]
}
Retrieve device brands (manufacturers) available for targeting. This is not an exhaustive list — it includes only brands that can be included or excluded 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

brands
object[]