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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.synack.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Pattern: ^[0-9a-f]{24}

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.

Pattern: ^[0-9a-f]{24}