curl --request GET \
--url https://api.example.com/v1/network/ip-in-range \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Check if an IP address is within a CIDR range.
curl --request GET \
--url https://api.example.com/v1/network/ip-in-range \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}