GET
/
datasets
/
companies
/
{companyId}
/
bank-accounts
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/bank-accounts \
  --header 'x-api-key: <api-key>'
[
  {
    "bankAccountType": "bankgiro",
    "accountNumber": "<string>",
    "swift_BIC": "<string>",
    "firstSeenAtUtc": "2023-11-07T05:31:56Z",
    "lastSeenAtUtc": "2023-11-07T05:31:56Z",
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json
OK
bankAccountType
enum<string>
Available options:
bankgiro,
plusgiro,
iban,
other
accountNumber
string | null
swift_BIC
string | null
firstSeenAtUtc
string | null
lastSeenAtUtc
string | null
lastUpdatedAtUtc
string