Skip to main content

IDKit

Query the following information:

  • Detailed business information
  • List of a business's industry codes
  • Household business information
  • Taxpayer information

Call API​

Get business information​

curl --location 'https://sandbox.bankhub.dev/idkit/business/0316794479' \
--header 'X-BankHub-Api-Version: 2023-01-01' \
--header 'x-client-id: <CLIENT_ID_HERE>' \
--header 'x-secret-key: <SECRET_KEY_HERE>' \
--header 'Content-Type: application/json' \
info

For API details, see here

Get the list of a business's industry codes​

curl --location 'https://sandbox.bankhub.dev/idkit/business/0316794479/industries' \
--header 'X-BankHub-Api-Version: 2023-01-01' \
--header 'x-client-id: <CLIENT_ID_HERE>' \
--header 'x-secret-key: <SECRET_KEY_HERE>' \
--header 'Content-Type: application/json' \
info

For API details, see here