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": [
    {
      "underTest": 123,
      "underManagement": 123
    }
  ]
}

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.

Query Parameters

organizationUid
string
required

Unique identifier for an organization.

Pattern: ^[-_0-9a-z]{1,50}
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.

Pattern: ^[-_0-9a-z]{1,50}

Response

Response containing a single asset stat.

Stats for assets within a single organization.

activeAssets
object[]

Totals for active assets.