Skip to main content
Requirements
  • API key pair
  • Reports functionality enabled (done by iDenfy’s staff)
Sample reports: Download here

The Credit Bureau API lets you search for companies and order detailed credit reports. Use it to assess a company’s financial health, creditworthiness, and current status before entering a business relationship.

Credit Bureau

Authorization: API key pair Method: GET Endpoint: https://ivs.idenfy.com/api/v2/credit-bureau-documents/search/
Request structure
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.
Response example

Order Credit Bureau Company Report

Authorization: API key pair Method: POST Endpoint: https://ivs.idenfy.com/api/v2/credit-bureau-documents/report/
Request structure

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 number
Response sample

Retrieve All Credit Bureau Documents

Authorization: API key pair Method: GET Endpoint: https://ivs.idenfy.com/api/v2/credit-bureau-documents/
If you do not have an ID of a report or you need to retrieve all available reports, use this endpoint. Use the checked_at query parameter if a date range is needed. The type for the parameter is array[string]. Response example