https://api.bitsighttech.com/ratings/v1/portfolio/contacts
Get the points of contact for the companies in your portfolio.
Contacts are the users within the companies in your portfolio who are assigned as the primary recipient of communications, such as during collaboration via the Client/Vendor Access Program.
Example Request
curl https://api.bitsighttech.com/ratings/v1/portfolio/contacts -u api_token:
Example Response
[ { "guid":"72bd0c20-9911-47cc-9413-2cb30c69191d", "company_guid":"1b3d260c-9e23-4e19-b3a5-a0bcf67d74d9", "creator":"richard.kuga@saperix.com", "creation_date":"2020-12-14", "last_editor":"richard.kuga@saperix.com", "last_edit_date":"2020-12-14", "friendly_name":"Diane", "formal_name":"Diane Jones", "email":"diane@actorsfilms.us", "phone_number":"555-555-5555" } ]
Response Attributes
Field | Description |
---|---|
guidString [ user_guid ] |
The unique identifier of the contact. |
company_guidString [ entity_guid ] |
The unique identifier of the contact's company. |
creatorString |
The email of the user who created the contact. |
creation_dateString [ YYYY‑MM‑DD ] |
The date when the contact was created. |
last_editorString |
The email of the user who last edited the contact. |
last_edit_dateString [ YYYY‑MM‑DD ] |
The date when the contact was last edited. |
friendly_nameString |
The preferred name of the contact. |
formal_nameString |
The full name of the contact. |
|
The email address of the contact. |
phone_numberString |
The phone number of the contact. |
- December 14, 2020: Added example cURL request; Added the
creator
,creation_date
,last_editor
, andlast_edit_date
fields. - June 19, 2019: Published.
Feedback
0 comments
Please sign in to leave a comment.