Skip to main content
GET
/
companies
/
{id}
/
bank-accounts
Get bank accounts (Bankgirot) for a company
curl --request GET \
  --url https://lens-api.tic.io/companies/{id}/bank-accounts \
  --header 'x-api-key: <api-key>'
[
  {
    "companyId": 123,
    "updatedAt": "2023-11-07T05:31:56Z",
    "updateType": "inserted",
    "bankgironumber": 123,
    "terminated": true,
    "name": "<string>",
    "isTaxBankgironumber": true,
    "ocrType": "notConnectedToOCR",
    "ocrReferenceLength1": 123,
    "ocrReferenceLength2": 123,
    "addressLine1": "<string>",
    "addressLine2": "<string>",
    "addressLine3": "<string>",
    "addressLine4": "<string>",
    "addressLine5": "<string>",
    "postalCode": "<string>",
    "city": "<string>"
  }
]
Pro+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
integer<int32>
required

Internal company ID

Response

List of bank-giro numbers

companyId
null | integer<int32>
updatedAt
null | string<date-time>
updateType
enum<string>
Available options:
inserted,
deleted,
updated
bankgironumber
null | integer<int32>
terminated
null | boolean
name
null | string
isTaxBankgironumber
null | boolean
ocrType
enum<string>
Available options:
notConnectedToOCR,
connectedToOCRSoftCheckLevel,
connectedToOCRHardCheckLevel,
connectedToOCRHardCheckLevelVariableLength,
connectedToOCRHardCheckLevelFixedLength
ocrReferenceLength1
null | integer<int32>
ocrReferenceLength2
null | integer<int32>
addressLine1
null | string
addressLine2
null | string
addressLine3
null | string
addressLine4
null | string
addressLine5
null | string
postalCode
null | string
city
null | string