Skip to main content
GET
Lista las cuentas del workspace con su saldo (ACC-002)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
id
string
required
name
string
required
type
object
required

Tipo del catálogo (ACC-012).

bank
string | null
required
currency
string
required
Example:

"MXN"

balance
string
required
Example:

"1500.00"

fxMode
enum<string>
required
Available options:
auto,
fixed
fixedRate
string | null
required
Example:

"17.50000000"

apy
string | null
required
alertThreshold
string | null
required
status
enum<string>
required
Available options:
active,
archived,
closed
createdAt
string
required
updatedAt
string
required