https://api.bitsighttech.com/ratings/v1/company-requests/
See your existing Company Requests to get a company added to the Bitsight inventory.
Version 2 is now available.
Example Request
curl 'https://api.bitsighttech.com/ratings/v1/company-requests/' --compressed -u api_token:
Example Response
[
{
"guid":"1a1a1a1a-a1a1-1a1a-a1a1-1a1a1a1a1a1a",
"domain":"blueseas.com",
"request_date":"2019-07-17 21:09:33+00:00",
"status":"Cancelled",
"processed_company_guid":"feeccea4-e062-4cf5-9a3d-7034addb12d1"
}
]
Response Attributes
Returns an array of objects containing requests and current statuses.
| Field | Description |
|---|---|
guid String [ |
The unique identifier of the company request. |
domain String |
The name of the requested domain (hostname). |
request_date String [ |
The date and time (UTC) of the request. |
status String |
The status of the request. |
processed_company_guid String [ |
The unique identifier of the requested company. This value is null if the status is Could not process domain, Unable to process, or Pending. |
- May 3, 2021: New “Could Not Process Domain” request status.
-
July 20, 2020:
/v2/company-requestsnow available.
Feedback
0 comments
Please sign in to leave a comment.