Get employee bank account information
Returns employee bank account details including IBAN, BIC, bank name, and account owner name.
Note: This endpoint is only available for employee accounts. Bank data is typically used for payroll processing.
GET
/account/employee/bank-dataAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:reador
AuthorizationBearer token (JWT) · headerrequiredResponses
200
bankAccountBICstring | nullrequiredBank BIC code
bankAccountIBANstring | nullrequiredBank IBAN
bankAccountNamestring | nullrequiredBank account name
bankAccountOwnerstring | nullrequiredAccount owner name
idstringrequiredEmployee ID
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions
404
Employee bank data not found