post https://api.securitytrails.com/v1/domains/list-backup
Filter and search specific records using our DSL with this endpoint
Responses
Filter and search specific records using our DSL with this endpoint
xxxxxxxxxx
curl --request POST \
--url 'https://api.securitytrails.com/v1/domains/list-backup?apikey=your_api_key&include_ips=false&scroll=false' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data @- <<EOF
{
"query": "whois_email = 'domain-contact_ww_grp@oracle.com'"
}
EOF
Try It!
to start a request and see the response here! Or choose an example: