GET v1/Business/BankruptcyTypes

Returns all the Business Bankruptcy Types

Parameters

None.

Response

Collection of APIBusinessBankruptcyType
NameDescriptionTypeAdditional information
BankruptcyType

The one character code of the Bankruptcy Type

string

None.

BankruptcyTypeTitle

The name of the Bankruptcy Type

string

None.

Example

            
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Business/BankruptcyTypes
            
        

Try It Now

If you do not have a Session Key, you can get one by Logging In.