GET: Threat Attestations

GET: Threat Attestations

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

List all the threat attestations

Parameters

See query parameters for details on the following parameters:

  • limit (Default: 100)
  • offset
  • sort
  • fields

company.guid

[Query] The company's unique identifier

Value: [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)

attestation.slug

[Query] Filter by attestation slug.

Value: [String] Comma-separated list of attestation slugs (UNREVIEWED, UNDER_REVIEW, NOT_VULNERABLE, RISK_ACCEPTED)

folder

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

Value: [String] Comma-separated list of folder unique identifier(s)

tier

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

Value: [String] Comma-separated list of tier unique identifier(s)

scope

[Query] Filter by companies’ scope

Value: [String] Possible values: spm, tprm

created_time

[Query] Filter by created time equal to the value

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

created_time_lt

[Query] Filter by created time less than the value

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

created_time_lte

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

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

created_time_gt

[Query] Filter by created time greater than the value

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

created_time_gte

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

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

Example Response

{

"links": {

"next": null,

"previous": null

},

"count": 1,

"results": [

{

"threat": {

"guid": "11111111-aaaa-1111-aaaa-111111111111",

"name": "CVE-2025-XXXX"

},

"attestation": {

"slug": "UNDER_REVIEW",

"name": "Under Review"

},

"created_time": "2025-08-03T11:46:59.964838Z",

"company": {

"guid": "feeccea4-e062-4cf5-9a3d-7034addb12d1",

"name": "Blue Seas International"

}

}

]

}

Response Attributes

Field Description

links

Object

Navigation for paginated results.
 

next

String

The URL to navigate to the next page of the results.
 

previous

String

The URL to navigate to the previous page of the results.

count

Integer

The number of threat attestations

results

Array

Threat Attestation(s) details
 

attestation

Object

The attestation details
   

slug

String

Attestation slug
   

name

String

Attestation name
 

company

Object

The attestation company details
   

guid

String

Company unique identifier
   

name

String

Company name
 

created_time

Datetime

The attestation’s creation time
 

threat

Object

The attestation threat details
   

guid

String

The threat’s unique identifier
   

name

String

The threat’s name
  • 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.