Connect API Catalog///
- API Documentation
Creditsafe Connect
- Import A Portfolio File
Sync A Portfolio File
Import A Portfolio File
Endpoint allows you to import a list of companies to add to the selected portfolio along with some personal information for the company.
Importing a portfolio will add the companies to the specified portfolio, duplicates in the import file will be ignored.
You may also optionally add an email to the body of the request and get an email notification when the import is processed.
IMPORTANT: Detailed information on the structure of the CSV file and file size limits can be found in the help documentation: Import and Sync Companies documentation
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/monitoring/portfolios/{portfolioId}/import
- Production serverhttps://connect.creditsafe.com/v1/monitoring/portfolios/{portfolioId}/import
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/monitoring/portfolios/{portfolioId}/import' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F importCsv=FILE_PATH \
-F email=john.smith@creditsafe.comResponse
{ "correlationId": "23921650-c073-11ea-860f-06bc8182190e", "status": "Accepted for processing. Import Id 339523" }