GET: Company Requests [v1]

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

The unique identifier of the company request.
domain

String

The name of the requested domain (hostname).
request_date

String [YYYY‑MM‑DD HH:MM:SS+00:00]

The date and time (UTC) of the request.
status

String

The status of the request.
processed_company_guid

String [entity_guid]

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-requests now available.
Was this article helpful?
0 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.