GET
/
v1
/
BusinessLookup
curl --request GET \
  --url https://api.creditriskmonitor.com/v1/BusinessLookup \
  --header 'Authorization: <api-key>'
{
  "Success": true,
  "Data": [
    {
      "BusinessId": 123,
      "PrimaryBusinessName": "<string>",
      "Address1": "<string>",
      "Address2": "<string>",
      "CityName": "<string>",
      "StateCode": "<string>",
      "PostalCode": "<string>",
      "CountryName": "<string>",
      "CountryCode": "<string>",
      "PhoneNumber": "<string>",
      "TradingStatus": "<string>",
      "IncorporatedDate": "<string>",
      "IncorporatedIn": "<string>",
      "IncorporatedInState": "<string>",
      "TickerSymbol": "<string>",
      "StockExchange": "<string>",
      "FederalTaxId": "<string>",
      "CIKNumber": "<string>",
      "LatestStatementDate": "2023-11-07T05:31:56Z",
      "Employees": 123,
      "EmployeesAsOfDate": "2023-11-07T05:31:56Z",
      "MarketCap": 123,
      "BusinessNameOfMatch": "<string>",
      "Address1OfMatch": "<string>",
      "Address2OfMatch": "<string>",
      "CityNameOfMatch": "<string>",
      "StateCodeOfMatch": "<string>",
      "PostalCodeOfMatch": "<string>",
      "CountryCodeOfMatch": "<string>",
      "PhoneNumberOfMatch": "<string>",
      "FaxNumberOfMatch": "<string>",
      "FriskScore": 123,
      "FriskScoreDate": "2023-11-07T05:31:56Z",
      "PayceScore": 123,
      "PayceScoreDate": "2023-11-07T05:31:56Z",
      "MoodysIssuerCount": 123,
      "FitchRatingCount": 123,
      "BankruptcyCount": 123,
      "JudgmentCount": 123,
      "LienCount": 123,
      "BusinessNewsCount": 123,
      "TradePayments": true,
      "ParentBusinessId": 123
    }
  ],
  "ErrorCode": "<string>"
}

Use the Login endpoint to retrieve the SessionKey, then include it in the Authorization field for authentication.

Authorizations

Authorization
string
header
required

Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".

Query Parameters

BusinessName
string

Name of a Business to search for

PageSize
integer

Number of rows to return

MatchType
string

How to match the Business. NM: Name Match. PN: Phone Match. TS: Ticker Symbol Match. TI: TaxId Match TW: Ticker Symbol Wildcard Match.

StreetAddress
string

Street Address to search against

CityName
string

City Name to search against

ProvinceName
string

State / Province to search against

PostalCode
string

Zip / Postal code to search against

CountryCode
string

Two digit code of the country

PhoneNumber
string

Phone Number to search against.

TickerSymbol
string

Ticker Symbol to search against.

FederalTaxId
string

Federal Tax Id to search against.

Threshold
integer

Match Threshold

SearchUniverse
string

A: All businesses. P: Public companies only.

Response

200
application/json
OK
Success
boolean
Data
object[]

Holds a Business for the API

ErrorCode
string