/
US
usesecuro
/
Securo
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 15h ago
Details
Filter operations
accounts
10
admin
12
asset-groups
4
assets
19
attachments
5
auth
20
budgets
5
categories
4
category-groups
4
collections
4
connections
13
currencies
1
dashboard
5
export
1
fx-rates
2
goals
6
groups
15
import
2
import-logs
2
info
2
payees
7
recurring-transactions
5
reports
3
rules
9
search
1
settings
1
setup
2
transactions
17
get
List Transactions
post
Create Transaction
get
Transaction Calendar
get
Export Transactions
patch
Bulk Categorize
patch
Bulk Add Tags
patch
Bulk Remove Tags
patch
Bulk Add To Group
post
Create Transfer
post
Link Transfer
post
Create Counterpart
get
Get Transfer Candidates
get
Get Transaction
delete
Delete Transaction
patch
Update Transaction
patch
Toggle Ignore Transaction
patch
Unlink Recurring Transaction
users
7
workspaces
10
get
Health Check
transactions
Create Transfer
post
/api/transactions/transfer
Headers
X-Workspace-Id
string
nullable
Request body
TransferCreate
required
from_account_id
string
uuid
required
to_account_id
string
uuid
required
amount
union
required
date
string
date
required
description
string
required
notes
string
nullable
fx_rate
union
Response
Successful Response
TransferRead
required
debit
TransactionRead
required
credit
TransactionRead
required
transfer_pair_id
string
uuid
required
Changes