Docs are work in progress
Skip to main content

Fetch network details

GET 

/api/v1/networks/:networkId

This API endpoint retrieve details of a network identified by the provided networkId, including network attributes and configurations.

Request

Path Parameters

    networkId stringrequired

    The networkId - unique id of the network

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]

    payload

    object

    Networks schema

    networkId string
    provider string
    ipSubnet string
    dnsName string
    dnsSuffix string
    networkName string
    isDefault boolean
    isNetworkKeyManaged boolean
Loading...