Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
Chris Taylor edited this page Sep 21, 2016 · 1 revision

Bulk Searches

In order to perform a bulk search you need to follow the documentation below to identify the relevant endpoints and file structure required to post the data.

Once you have your file you can then query the endpoint. Using CURL you can use the following command, replacing the endpoint and the file to fit your needs.

curl -X POST --data-binary @ips.txt http://edge.domain.uk/adapter/certuk_adhoc/address/
Clone this wiki locally