ConsoleCatalog
Sign in
UK Insolvency Register logo

UK Insolvency Register

insolvencydirect.bis.gov.ukGovernment Legalno auth

UK Individual Insolvency Register - case profiles, order dates, and discharge status.

Case Details

ASYNCREADNo auth

Returns an individual insolvency case profile with name, procedure, order date, discharge, and contact.

ParametersFormJSON

Path segment after /eiir/case-details/ identifying the insolvency case (e.g. 1/false/750038563/101990679/U21pdGg)

Base64-url-safe encoding of the original search keyword used to reach this case (e.g. Smith U21pdGg)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_insolvencydirect_bis_eiir_case_detail",
    "params": {
      "case_detail_path": "1/false/750038563/101990679/U21pdGg",
      "search_term_token": "U21pdGg"
    }
  }'