post https://api.securitytrails.com/v1/ips/list
Responses
xxxxxxxxxx
curl --request POST \
--url 'https://api.securitytrails.com/v1/ips/list?apikey=your_api_key' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data @- <<EOF
{
"query": "ptr_part = 'ns1'"
}
EOF
Try It!
to start a request and see the response here! Or choose an example: