POST: Probable Infrastructure Requests Response Bulk

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

Set the suggestion decision for Probable Infrastructure suggestions.

Only Admin can set suggestion decisions.

Parameters

* Required.

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

guid

* Required.

Identify the request to modify.

Value: Request response unique identifier [suggest_assets_guid]. See GET: Probable Infrastructure Requests.

modify

Define the request.

Value: [Object]

  • identifier
  • decision
modify:identifier

Identify the decision.

Value: [String] The identifier of the suggestion.

modify:decision

Identify the feedback.

Value: [String]

  • Submitted = An attempt to add the asset to infrastructure and initiate the add assets workflow in the Infrastructure page was made from the Probable Infrastructure: Suggestions page.
  • Good Suggestion = The asset was confirmed to be valid.
  • Bad Suggestion = The asset was considered to be invalid.

Example Request

curl -X POST --data-ascii '{
  "modify": [
    {
      "decision": "accept_with_attribution",
      "identifier": "abc.de"
    }
  ]
}' https: //api.bitsighttech.com/ratings/v1/companies/probable-infrastructure/requests/2a5d7399-e44c-4893-86fc-4c17ad2e2599/response/bulk -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": "7940b694-ffe2-4d84-98a2-c0b8b80cf0f1",
    "name": "User Name",
    "time": "2025-07-22T09:22:36.461276Z"
  },
  "guid": "c0d821bb-a317-4bca-99ab-6fac7076a533",
  "expiration_time": null
}
  • July 24, 2025: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.