Skip to main content
GET
Get network detail

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Idempotency-Key
string<uuid>
required

Client-generated unique key per operation intent (UUID). Same key + identical body replays the original response; same key + different body returns 409.

Path Parameters

network_id
string<uuid>
required

The unique ID of the network to retrieve.

Response

200 - application/json

The network with its detail counts.

network_id
string<uuid>
required

Network identifier.

name
string
required

BASE network name (auto-derived from the emp_identity and immutable) or the creator-set SUB network name.

network_type
enum<string>
required

Network kind.

Available options:
BASE,
SUB
published
boolean
required

Whether a BASE network is currently published. Always false for SUB networks.

publish_state
enum<string> | null
required

Publish lifecycle state for BASE networks; null for SUB networks.

Available options:
PUBLISHED,
UNPUBLISHED,
UNPUBLISHING
unpublish_started_at
string<date-time> | null
required

When the current unpublish (drain) was started, if any.

unpublish_drain_until
string<date-time> | null
required

When the unpublish drain window ends, after which the network is fully unpublished.

tenant_id
string<uuid>
required

Owning tenant identifier.

emp_identity_id
string<uuid>
required

emp_identity the network belongs to.

description
string | null
required

Free-text description.

cpo_ids
string[]
required

Operator IDs (eMI3, e.g. DK*SPI) of the CPOs in this network.

protocol
string[]
required

Roaming protocols carried by the network.

roaming_hub
string[]
required

Roaming hubs the network is reachable through.

publicly_accessible
boolean
required

Whether the network is publicly accessible.

parent_network_id
string<uuid> | null
required

Parent BASE network for a SUB network; null for BASE networks.

countries
string[]
required

ISO 3166-1 country codes the network covers.

power_types
string[]
required

Power types the network filters on.

parking_types
string[]
required

Parking types the network filters on.

facilities
string[]
required

Facilities the network filters on.

auto_accept_cpo_additions
boolean
required

Whether newly-available CPOs are auto-accepted into the network.

created_at
string<date-time>
required

Creation timestamp (UTC).

updated_at
string<date-time>
required

Last-update timestamp (UTC).

location_count
number
required

Number of locations visible on the network.

evse_count
number
required

Number of EVSEs across those locations.

token_group_count
number
required

Number of Token Groups assigned to the network.