POST: Probable Infrastructure Requests

https://api.bitsighttech.com/ratings/v1/companies/probable-infrastructure/requests

Request asset suggestions through Probable Infrastructure.

Only admin can request asset suggestions.

Parameters

* Required.

See query parameters for details on the format (value: json) and q parameters.

company_guid

* Required.

[Query] Identify the company to query.

Value: [String] Company unique identifier [entity_guid]. See GET: Portfolio Details.

Example Request

curl -X POST --data-ascii '{
    "company_guid": "a940bb61-33c4-42c9-9231-c8194c305db3",
}' https: //api.bitsighttech.com/ratings/v1/companies/probable-infrastructure/requests/ -u api_token: --header "Content-Type:application/json"

Example Response

{
  "company": {
    "guid": "a940bb61-33c4-42c9-9231-c8194c305db3",
    "name": "Saperix, Inc."
  },
  "status": {
    "slug": "pending",
    "name": "Pending"
  },
  "message": null,
  "task_guid": "83457921-1fc5-4059-aeb0-87879a07493f",
  "requested_by": {
    "guid": "70707070-5555-abba-9b9b-123abc123abc",
    "name": "Jasmine Reyes",
    "time": "2025-07-22T09:22:36.461276Z"
  },
  "guid": "c0d821bb-a317-4bca-99ab-6fac7076a533",
  "expiration_time": null
}

Response Attributes

FieldDescription
company

Object

The requested company.
 
guid

String [entity_guid]

The company’s unique identifier.
name

String

The company’s name.
status

Object

The request status.
 
slug

String

The status slug name.
name

String

The status.
message

String

The request error.
task_guid

String [task_guid]

The unique identifier of the request task.
requested_by

Object

The requester.
 
guid

String [user_guid]

The user’s unique identifier.
name

String

The user’s name.
time

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

The date and time when the request was submitted.
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 23, 2025: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.