Device Brands

Device Brands

Find All

GET /v1/meta/brands

Offers are available to all brands and this list is not an exhaustive list of all brands that exist on the market.

Rather, the brands listed by this endpoint are the ones that can be used (either included or excluded) in your targeting.

cURL
curl --request GET 'https://api.eflow.team/v1/meta/brands' \
--header 'X-Eflow-API-Key: <INSERT API KEY>'
Response
{
    "brands": [
        {
            "brand_id": 1,
            "name": "Apple"
        },
        ...,
        {
            "brand_id": 49,
            "name": "Walton"
        }
    ]
}