Skip to main content
GET
/
meta
/
devicetypes
List Device Types
curl --request GET \
  --url https://api.eflow.team/v1/meta/devicetypes \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "device_types": [
    {
      "device_type_id": 123,
      "name": "<string>"
    }
  ]
}
Retrieve device types available for targeting. Used for narrowing offer targeting, campaigns, and custom settings by device category.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Response

200 - application/json

OK

device_types
object[]