https://api.bitsighttech.com/ratings/v1/companies/probable-infrastructure/requests
Get a log of Probable Infrastructure requests and their statuses.
Parameters
See query parameters for details on the following parameters:
-
format(Default: ↻json)csvjson
-
limit(Default: ↻100) offsetqsort
company.guid-
Identify the company to query.
Value: [String] Company unique identifier [
entity_guid]. See GET: Portfolio Details. requested_by.guid-
Filter by the requester.
Value: [String] User unique identifier [
user_guid]. See GET: Users. requested_by.time-
Filter by when the data was requested. This includes the following parameters:
requested_by.timerequested_by.time_gtrequested_by.time_gterequested_by.time_lterequested_by.time_lt
Value: [String]
YYYY-MM-DD HH:MM:SS expiration_time-
Filter by expiration time, including:
expiration_timeexpiration_time_gtexpiration_time_gteexpiration_time_lteexpiration_time_lt
Value: [String]
YYYY-MM-DD HH:MM:SS
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/probable-infrastructure/requests -u api_token:
Example Response
{
"links":{
"next":null,
"previous":null
},
"count":48,
"results":[
[…]
{
"company":{
"guid":"a940bb61-33c4-42c9-9231-c8194c305db3",
"name":"Saperix, Inc."
},
"status":{
"slug":"success",
"name":"Success"
},
"message":null,
"task_guid":"7eb84f68-003b-4301-b81c-c1b97968da8a",
"requested_by":{
"guid":"69696969-5454-abba-9a9a-2121212a121a",
"name":"Richard Kuga",
"time":"2025-07-16T08:58:26.542692Z"
},
"guid":"12d3c4fe-2d0f-41b3-bbde-f65b859256a4",
"expiration_time":"2025-09-14T08:58:26.542692Z"
}
]
}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 requests. | ||
results Array |
Requests and their details. | ||
company Object |
The requested company. | ||
guid String [ |
The unique identifier of the requested company. | ||
name String |
The name of the requested company. | ||
status Object |
The request status. | ||
slug String |
The request status slug name. | ||
name String |
The request status. | ||
message String |
The message of the request. See possible errors. | ||
task_guid String [ |
The unique identifier of the request task. | ||
requested_by Object |
Request creation details. | ||
guid String [ |
The unique identifier of the requester. | ||
name String |
The name of the requester. | ||
time String [ |
The date and time of the request. | ||
guid String [ |
The unique identifier of the request. | ||
expiration_time String [ |
The date and time when the request expired. | ||
- July 22, 2025: Published.
Feedback
0 comments
Please sign in to leave a comment.