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.

SecuritybearerToken
Request
path Parameters
portfolioId
required
number

The unique identifier of the portfolio, obtained from /portfolios.

companyId
required
string

A company Safe Number or Connect ID.

Responses
200
400
401
404
get/monitoring/portfolios/{portfolioId}/companies/{companyId}
Request samples
Response samples
application/json
{
  • "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"
}