- API Documentation
- Get Company Details From A Portfolio
This endpoint allows you to get various company details from a portfolio. Requires a portfolioID and companyID in the PATH of the request.
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/monitoring/portfolios/{portfolioId}/companies/{companyId}
- Production serverhttps://connect.creditsafe.com/v1/monitoring/portfolios/{portfolioId}/companies/{companyId}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/monitoring/portfolios/{portfolioId}/companies/{companyId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'A unique ID assigned to this request.
The connectId of the company. A connectId is the primary Company identifier that is used to uniquely identify all companies across Creditsafe's Universe and Partner Network.
Field that can be used to add a personal reference against the company in a portfolio.
Field that can be used to add a free text note to when adding a company to a portfolio.
Field that can be used to add a personal limit number against the company in a portfolio.
The Safe Number (Creditsafe's identifier on all Companies owned in the Creditsafe Universe) of the company.
In the Company status indicator. Regional models differ, so 2 may represent Pending or Inactive.
Possible values: 1 (Active) 2 (Pending/Inactive) 3 (Inactive) null (Unknown)
For full details, see Company Status Property.
Country specific rating score.
The date of the most recent event the company has had.
The date the company was added to the portfolio.
{ "correlationId": "23921650-c073-11ea-860f-06bc8182190e", "connectId": "US-X-US22384484", "portfolioId": 589960, "personalReference": "Follow up Jan 2021", "freeText": null, "personalLimit": "10000", "safeNumber": "US22384484", "name": "GOOGLE LLC", "countryCode": "US", "address": "VIA PABLO NERUDA, 4, TREZZANO SUL NAVIGLIO, 20090", "companyStatus": "1", "creditLimit": 10000, "ratingCommon": "A", "ratingLocal": "Not rated - insufficient information to rate", "dateLastEvent": "2018-06-14T00:59:06", "dateAdded": "2020-07-01T00:59:06", "dateModified": "2020-07-01T00:59:06" }