Skip to main content
GET
/
v2
/
asset-stats
cURL
curl --request GET \
  --url https://client.synack.com/api/asset/v2/asset-stats \
  --header 'Authorization: Bearer <token>'
{
  "activeAssets": [
    {
      "assetType": "cloudaccount",
      "underTest": 123,
      "underManagement": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

organizationUid
string
required

Unique identifier for an organization.

listingUid[]
string[]

Unique identifier for an listing. If not supplied the request will apply to all listings the user is authorized to access.

Unique identifier for an listing.

Response

Response containing a single asset stat.

Stats for assets within a single organization.

activeAssets
object[]

Totals for active assets.