Skip to main content

Get Network

GET 

/networks/network

Returns details for a specific network

Request

Query Parameters

    network[id] string

    The network to return.

    All 'network[]' params are mutually exclusive, only one can be provided.

    network[permalink] string

    The network to return.

    All 'network[]' params are mutually exclusive, only one can be provided.

Responses

Returns details for a specific network

Schema

    network

    object

    required

    id string
    name string
    permalink stringnullable

    data_center

    object

    id string
    name string
    permalink string

    country

    object

    id string
    name string
    iso_code2 string
    iso_code3 string
    time_zone stringnullable
    eu boolean
Loading...