view_document {censys} | R Documentation |
The view endpoint fetches the structured data we have about a specific host, website, or certificate once you know the host's IP address, website's domain, or certificate's SHA-256 fingerprint.
view_document(index, id)
index |
The search index the document is in. Must be one of either
|
id |
The ID of the document you are requesting. In the |
You must have both CENSYS_API_ID
and CENSYS_API_SECRET
present in the
R environment for the functions in this package to work. It is highly suggested that
you place those in ~/.Renviron
at least for interactive work.
list of information about the endpoint
## Not run: view_document("google.com") ## End(Not run)