GET: Threat Attestations Summaries

GET: Threat Attestations Summaries

https://api.bitsighttech.com/ratings/v1/threats/attestations/summaries

Summarized threat attestations data

Parameters

company.guid

[Body] The company's unique identifier

Value: [String] Company unique identifier [company_guid].

threat.guid

[Body] Filter by threat unique identifier(s).

Value: [Array] List of threat unique identifier(s)

attestation.slug

[Body] Filter by attestation slug.

Value: [Array] List of attestation slugs (UNREVIEWED, UNDER_REVIEW, NOT_VULNERABLE, RISK_ACCEPTED)

folder

[Body] Filter by folder unique identifier(s).

Value: [Array] List of folder unique identifier(s)

tier

[Body] Filter by tier unique identifier(s).

Value: [Array] List of tier unique identifier(s)

scope

[Body] Filter by companies’ scope

Value: [String] Possible values: spm, tprm

created_time

[Body] Filter by created time equal to the value

Value: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. 

created_time_lt

[Body] Filter by created time less than the value

Value: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. 

created_time_lte

[Body] Filter by created time less than or equal to the value

Value: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. 

created_time_gt

[Body] Filter by created time greater than the value

Value: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. 

created_time_gte

[Body] Filter by created time greater than or equal to the value

Value: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. 

Example Response

{

    "attestations": [

        {

            "slug": "UNREVIEWED",

            "threat_guids": [

                "11111111-bbbb-1111-bbbb-111111111111"

            ],

            "company_guids": [

                "feeccea4-e062-4cf5-9a3d-7034addb12d1"

            ]

        },

        {

            "slug": "UNDER_REVIEW",

            "threat_guids": [

                "11111111-aaaa-1111-aaaa-111111111111"

            ],

            "company_guids": [

                "d3c1564e-9248-4fc4-9344-887f4bb140d3"

            ]

        }

    ]

}

Response Attributes

FieldDescription

attestations

Array

Summary details
 

slug

String

Attestation slug
 

threat_guids

Array

List of threat unique identifiers that have an attestation with this slug
 

company_guids

Array

List of company unique identifiers that have an attestation with this slug
  • October 15, 2025: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.