Requirements
- API key pair
- Reports functionality enabled (done by iDenfy’s staff)
Sample reports: Download here
Credit Bureau
Search
Authorization:
API key pair
Method: GET
Endpoint: https://ivs.idenfy.com/api/v2/credit-bureau-documents/search/| Parameter (query) | Type | Required | Sample/available values |
|---|---|---|---|
companyName | String | No | ”Mycompany” |
countries | String | Yes | 2-digit ISO country code, e.g. “DE” |
registryNumber | String | No | ”12511182” |
registry_number for US companies could differ depending on the regulations by the secretary of state (SOS) in which the company is operating. In some cases it could be the SOS Charter number, Tax ID, MC number, USDOT number, or other.Order Credit Bureau company report
Authorization:
API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/api/v2/credit-bureau-documents/report/| Parameter | Type | Required | Sample/available values |
|---|---|---|---|
countryCode | String | Yes | 2-digit ISO country code, e.g. “DE” |
companyName | String | Yes | ”Company Name” |
registryNumber | String | Yes | ”12511182” |
- Request
- Response
Retrieve specific Credit Bureau document
Authorization:
API key pair
Method: GET
Endpoint: https://ivs.idenfy.com/api/v2/credit-bureau-documents/{id}/
: Report's unique numberRetrieve all Credit Bureau documents
Authorization:
API key pair
Method: GET
Endpoint: https://ivs.idenfy.com/api/v2/credit-bureau-documents/checked_at query parameter if a date range is needed. The type for the parameter is array[string].
Response example