GET: Probable Infrastructure Requests

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)
    • csv
    • json
  • limit (Default: 100)
  • offset
  • q
  • sort
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.time
  • requested_by.time_gt
  • requested_by.time_gte
  • requested_by.time_lte
  • requested_by.time_lt

Value: [String] YYYY-MM-DD HH:MM:SS

expiration_time

Filter by expiration time, including:

  • expiration_time
  • expiration_time_gt
  • expiration_time_gte
  • expiration_time_lte
  • expiration_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 [entity_guid]

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 [task_guid]

The unique identifier of the request task.
requested_by

Object

Request creation details.
 
guid

String [user_guid]

The unique identifier of the requester.
name

String

The name of the requester.
time

String [YYYY-MM-DDTHH:MM:SSZ]

The date and time of the request.
guid

String [suggest_assets_guid]

The unique identifier of the request.
expiration_time

String [YYYY-MM-DDTHH:MM:SSZ]

The date and time when the request expired.
  • July 22, 2025: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.