GET: Threat Attestations Summaries Erin Conry GET: Threat Attestations Summarieshttps://api.bitsighttech.com/ratings/v1/threats/attestations/summariesSummarized threat attestations dataParameterscompany.guid[Body] The company's unique identifierValue: [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’ scopeValue: [String] Possible values: spm, tprmcreated_time[Body] Filter by created time equal to the valueValue: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. created_time_lt[Body] Filter by created time less than the valueValue: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. created_time_lte[Body] Filter by created time less than or equal to the valueValue: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. created_time_gt[Body] Filter by created time greater than the valueValue: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. created_time_gte[Body] Filter by created time greater than or equal to the valueValue: [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 AttributesFieldDescriptionattestationsArraySummary details slugStringAttestation slug threat_guidsArrayList of threat unique identifiers that have an attestation with this slug company_guidsArrayList of company unique identifiers that have an attestation with this slugOctober 15, 2025: Published. Related articles POST: Threat Attestations Query Verifying That a Finding Is Remediated GET: Finding Details Findings: Issue Tracking GET: Threat Impact [v2] Feedback 0 comments Please sign in to leave a comment.