Skip to main content
GET
/
meta
/
connectiontypes
List Connection Types
curl --request GET \
  --url https://api.eflow.team/v1/meta/connectiontypes \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "connection_types": [
    {
      "connection_type_id": 123,
      "name": "<string>"
    }
  ]
}
Retrieve connection types available for targeting. Returns the available network connection categories (wifi and mobile).

Authorizations

X-Eflow-Api-Key
string
header
required

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

Response

200 - application/json

OK

connection_types
object[]