https://api.bitsighttech.com/ratings/v1/companies/infrastructure/requests/summaries
Get a summary of your organization’s company requests.
Example Request
curl -u 'api_token:' 'https://api.bitsighttech.com/ratings/v1/companies/infrastructure/requests/summaries'
Example Response
{
"types":[
[…]
{
"type":"domain"
}
],
"status":[
[…]
{
"slug":"error",
"name":"Error"
}
],
"attributed_to":[
[…]
{
"name":"Saperix Corporate",
"guid":"eed24cfa-c3ea-4467-aefa-89648881e277"
}
],
"requested_by":[
[…]
{
"name":"Richard Kuga",
"guid":"69696969-5454-abba-9a9a-2121212a121a"
}
],
"reasons":[
[…]
{
"slug":"pub",
"name":"Publicly visible systems"
}
]
}
Response Attributes
| Field | Description | ||
|---|---|---|---|
types Array |
Asset types. | ||
| Object | An asset. | ||
type String |
The type of asset. | ||
status Array |
Statuses of your organization’s company requests. | ||
| Object | Status details. | ||
slug String |
The status slug name. | ||
name String |
The status name. | ||
attributed_to Array |
Companies attributed to the asset. | ||
| Object | A company and its details. | ||
name String |
The name of this company. | ||
guid String [ |
The unique identifier of this company. | ||
requested_by Array |
The user who requested the company to be added to the Bitsight inventory. | ||
| Object | A user and their details. | ||
name String |
The name of this user. | ||
guid String [ |
The unique identifier of this user. | ||
reasons Array |
Reasons for the company request. | ||
| Object | A reason. | ||
slug String |
The reason slug name. | ||
name String |
The reason. | ||
- August 17, 2023: Published.
Feedback
0 comments
Please sign in to leave a comment.