Businesses

Get a business account holder's details

get/api/v2/account-holder/business

Response

Successful operation

companyNamestring
companyTypestring
companyCategorystring
companySubCategorystring
companyRegistrationNumberstring
emailstring
phonestring

Example response

{
  "companyName": "Starling Bank",
  "companyType": "LTD",
  "companyCategory": "FINANCIAL_SERVICES_AND_PRODUCTS",
  "companySubCategory": "FINANCIAL_AND_INVESTMENT_ADVICE",
  "companyRegistrationNumber": "09092149",
  "email": "help@starlingbank.com",
  "phone": "+442079304450"
}