Connect API Catalog///
- API Documentation
Creditsafe Connect
- Sync A Portfolio File
Import A Portfolio File
Sync A Portfolio File
Endpoint allows you to sync a portfolio file with your portfolio.
Sync action will delete all companies in your specified portfolio, and then add the companies from the file into the portfolio.
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}/sync
- Production serverhttps://connect.creditsafe.com/v1/monitoring/portfolios/{portfolioId}/sync
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/monitoring/portfolios/{portfolioId}/sync' \
-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" }