DocsAPI ReferenceTransaction/bff/transaction/add-api-token
postTransactionAdmin BFF

/bff/transaction/add-api-token

Adds 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.

TransactionpostBffTransactionAdd-api-token

Parameters

1 body

1 total
Body · 1
apiTokenstringRequired

Fio bank API token (from internetbanking settings).

Request

POST /bff/transaction/add-api-token

post
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"
}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key