v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Banks

Initialize banks in the system

Initialize banks in the system

post/api/v1/banks/initialize

Request body

Example request

{
  "providers": [
    "tink"
  ]
}

Response

Success

messagestring required

Success message

Example response

{
  "message": "Banks initialized successfully"
}