/
US
usesecuro
/
Securo
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h 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
get
List Groups
post
Create Group
get
Get Group
delete
Delete Group
patch
Update Group
get
List Members
post
Create Member
delete
Delete Member
patch
Update Member
get
List Group Transactions
get
Get Balances
get
List Settlements
post
Create Settlement
delete
Delete Settlement
patch
Update Settlement
import
2
import-logs
2
info
2
payees
7
recurring-transactions
5
reports
3
rules
9
search
1
settings
1
setup
2
transactions
17
users
7
workspaces
10
get
Health Check
groups
Update Group
patch
/api/groups/{group_id}
Path parameters
group_id
string
uuid
required
Headers
X-Workspace-Id
string
nullable
Request body
GroupUpdate
required
name
string
nullable
kind
'social'
|
'cost_center'
|
'project'
|
'client'
|
'other'
nullable
default_currency
string
nullable
icon
string
nullable
color
string
nullable
notes
string
nullable
is_archived
boolean
nullable
Response
Successful Response
GroupRead
required
name
string
required
kind
'social'
|
'cost_center'
|
'project'
|
'client'
|
'other'
default_currency
string
icon
string
color
string
notes
string
nullable
id
string
uuid
required
user_id
string
uuid
required
is_archived
boolean
required
is_owner
boolean
created_at
string
date-time
required
members
GroupMemberRead[]
Changes