Skip to main content
GET
/
meta
/
browsers
List Browsers
curl --request GET \
  --url https://api.eflow.team/v1/meta/browsers \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "browsers": [
    {
      "browser_id": 123,
      "name": "<string>"
    }
  ]
}
Retrieve browsers available for targeting. This is not an exhaustive list of all browsers — it includes only the browsers that can be included or excluded in offer and ruleset targeting.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Response

200 - application/json
browsers
object[]