Parameters
JSON body
Request body
application/jsonapiTokenstringRequiredFio bank API token (from internetbanking settings).
Example
abcdef1234567890Adds a new Fio bank account by API token. The token is validated and the account is immediately synced. Throws an error if the token is invalid or already connected.
JSON body
apiTokenstringRequiredFio bank API token (from internetbanking settings).
abcdef12345678901 status code documented
successbooleanRequiredWhether the account was connected successfully.
{
"success": false
}POST /bff/transaction/add-api-token
curl -X POST "https://api.bizkithub.com/bff/transaction/add-api-token" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"apiToken": "abcdef1234567890"
}'All BizKitHub public API endpoints require authentication via API key.