Skip to main content
GET
/
networks
Get Network Info
curl --request GET \
  --url https://api.eflow.team/v1/networks \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "network_id": 123,
  "name": "<string>",
  "status": "<string>",
  "default_currency_id": "<string>",
  "reporting_timezone_id": 123,
  "settings": {},
  "feature_flags": {},
  "time_created": 123,
  "time_saved": 123
}

Authorizations

X-Eflow-Api-Key
string
header
required

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

Response

200 - application/json

OK

network_id
integer

Unique network ID.

name
string

Network name.

status
string

Network status.

default_currency_id
string

ISO currency code for the network's default currency.

reporting_timezone_id
integer

Timezone ID used for network reporting.

settings
object

Network-level settings and preferences.

feature_flags
object

Feature flags indicating which features are enabled for this network.

time_created
integer

Unix timestamp of creation.

time_saved
integer

Unix timestamp of last update.