v1
latestOpenAPI 3.1.02026-07-132363652.9 MBBanks
Initialize banks in the system
Initialize banks in the system
post/api/v1/banks/initialize
Request body
Example request
{
"providers": [
"tink"
]
}Response
Success
Example response
{
"message": "Banks initialized successfully"
}