GET: Company Threat Attestations Summaries Erin Conry GET: Company Threat Attestations Summarieshttps://api.bitsighttech.com/ratings/v1/companies/{guid}/threats/attestations/summariesSummarized threat attestations data for a companyParameters* requiredguid*[Path] The company's unique identifierValue: [String] Company unique identifier [company_guid].threat.guid[Query] Filter by threat unique identifier(s).Value: [String] Comma-separated list of threat unique identifier(s)is_public[Query] Filter by public or private attestations.Value: [Boolean] Determines whether public (true) or private (false) attestations are displayed.is_latest[Query] Filter by the latest attestation per threat.Value: [Boolean] When true, only the most recent attestations per threat are displayed. When false, all attestations except the most recent are shown.attestation.slug[Query] Filter by attestation slug.Value: [String] Comma-separated list of attestation slugs (UNREVIEWED, UNDER_REVIEW, NOT_VULNERABLE, RISK_ACCEPTED)created_by.guid[Query] Filter by the created by unique identifier(s). Only available with EASM Enhanced.Value: [String] Comma-separated list of the creator’s unique identifier(s)created_time[Query] Filter by created time equal to the valueValue: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. created_time_lt[Query] Filter by created time less than the valueValue: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. created_time_lte[Query] Filter by created time less than or equal to the valueValue: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. created_time_gt[Query] Filter by created time greater than the valueValue: [String] ISO 8601 datetime [YYYY-MM-DDTHH:MM:SSZ]. created_time_gte[Query] 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" ] }, { "slug": "UNDER_REVIEW", "threat_guids": [ "11111111-aaaa-1111-aaaa-111111111111" ] } ]}Response Attributes Field Description attestations Array Summary details slug String Attestation slug threat_guids Array List of threat unique identifiers that have an attestation with this slug October 10, 2025: Published. Related articles POST: Company Threat Attestations Query What is a Finding Rescan? GET: Threat Attestations Summaries GET: Threat Attestations POST: Threat Attestations Query Feedback 0 comments Please sign in to leave a comment.