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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.everflow.io/llms.txt

Use this file to discover all available pages before exploring further.

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
device_types
object[]