Browsers

Browsers

Find All

GET /v1/meta/browsers

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

Rather, the browsers 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/browsers' \
--header 'X-Eflow-API-Key: <INSERT API KEY>'
Response
{
    "browsers": [
        {
            "browser_id": 1,
            "name": "Mozilla Firefox"
        },
        ...,
        {
            "browser_id": 7,
            "name": "Other"
        }
    ]
}