Retrieves the WHOIS data for a single asset.
cURL
curl --request GET \ --url https://client.synack.com/api/asset/v2/assets/{assetUid}/whois \ --header 'Authorization: Bearer <token>'
{ "whois": "<string>", "asset_uid": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for an asset.
The whois data of the requested asset.
Whois data.
Whois results.