Path: blob/master/Creditsafe/Creditsafe_Get_Company_Credit_Report.ipynb
2973 views
Kernel: Python 3
Creditsafe - Get Company Credit Report
Tags: #creditsafe #api #enterprise #integrations #company #creditreport
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2023-03-08)
Description: This notebook will demonstrate how to use the Creditsafe API to get a company credit report.
Input
Import libraries
In [ ]:
Setup Variables
username
: username used to connect to Creditsafepassword
: password used to connect to Creditsafeenv
: if 'sandbox' then we will change BASE URLcompany_id
: company ID used in Creditsafesiret
: SIRET to be set (if French company)
In [ ]:
Model
Create base url
In [ ]:
Get access token
In [ ]:
Get Company Credit Report
In [ ]:
Output
Display result
In [ ]: