GET v1/Business/FSR?id={id}&CustomerId={CustomerId}

Gets the Experian FSR for a Business

Parameters

NameDescriptionTypeAdditional information
id

Business Id

integer

Optional

CustomerId

string

Optional

Response

APIExperian
NameDescriptionTypeAdditional information
ExperianYearReported

integer

None.

ExperianMonthReported

byte

None.

ExperianBIN

integer

None.

ExperianName

string

None.

ExperianStreet

string

None.

ExperianCity

string

None.

ExperianState

string

None.

ExperianZip

string

None.

ExperianPhone

string

None.

ExperianDisputeIndicator

string

None.

ExperianBankruptcyIndicator

string

None.

ExperianSICCode

string

None.

ExperianNumberOfEmployees

integer

None.

ExperianFSRScore

integer

None.

ExperianFSRClass

byte

None.

ExperianFSRScoreFactor1

integer

None.

ExperianFSRScoreFactor2

integer

None.

ExperianFSRScoreFactor3

integer

None.

ExperianFSRScoreFactor4

integer

None.

ExperianTotalAccountBalance

integer

None.

ExperianCombinedAccountBalance

integer

None.

ExperianCombinedTradeLinesCount

integer

None.

ExperianCombinedDBT

integer

None.

ExperianMedianCredit

integer

None.

ExperianHighCredit

integer

None.

ExperianLegalItemCount

integer

None.

ExperianDerogatoryItemCount

integer

None.

ExperianLienCount

integer

None.

ExperianJudgmentCount

integer

None.

ExperianCollectionCount

integer

None.

ExperianLegalBalance

integer

None.

ExperianLienBalance

integer

None.

ExperianJudgmentBalance

integer

None.

ExperianYearsInFile

byte

None.

Example

            
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Business/FSR?id={BusinessId}
            
        

Try It Now

If you do not have a Session Key, you can get one by Logging In.
If you are a Trade Provider you can use your CustomerId to idenfity a Business with the CustomerId parameter.