https://api.bitsighttech.com/ratings/v1/portfolio/entity-custom-ids
Get custom company identifiers (custom company ID), which maps your identifiers with Bitsight data, making it easier to associate Bitsight data with the rest of your vendor-related information.
Example Request
curl 'https://api.bitsighttech.com/ratings/v1/portfolio/entity-custom-ids/?format=json' -u api_token:
Example Response
[ { "guid": "e998279a-3748-4f3d-8595-217d0807e049", "name": "Acme Space Sprockets", "custom_id": "ASP-024", }, { "guid": "c1954e2c-b04c-4bb0-8c8f-3581bae3ff3b", "name": "Acme Insurance", "custom_id": "199", } ]
Response Attributes
Field | Description |
---|---|
guid String [ |
The unique identifier of the company in the Bitsight platform. |
name String |
The name of the company. |
custom_id String |
A text identifier defined by your organization. |
- April 2, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.