Skip to main content
GET
/
v2
/
assets
/
{assetUid}
/
whois
cURL
curl --request GET \
  --url https://client.synack.com/api/asset/v2/assets/{assetUid}/whois \
  --header 'Authorization: Bearer <token>'
{
  "whois": "<string>",
  "asset_uid": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

assetUid
string
required

Unique identifier for an asset.

Response

200 - application/json

The whois data of the requested asset.

Whois data.

whois
string

Whois results.

asset_uid
string

Unique identifier for an asset.