Skip to main content
GET
/
v1
/
network
/
cidr
Cidr Info
curl --request GET \
  --url https://api.example.com/v1/network/cidr \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

cidr
string
required

CIDR notation (e.g., 192.168.1.0/24)

Response

Successful Response