Accounts & Transactions

READ Scope

List all Accounts

get

Retrieves the list of all available bank and cash accounts

Authorizations
AuthorizationstringRequired

API Key Authentication

Responses
200

OK

application/json
get
/v1/accounts
200

OK

Get an Account by ID

get

Retrieves an account by its unique ID

Authorizations
AuthorizationstringRequired

API Key Authentication

Path parameters
idstring · uuidRequired
Responses
200

OK

application/json
get
/v1/accounts/{id}
200

OK

List all Transactions

get

Retrieves the list of transactions in all accounts bank and cash accounts

Authorizations
AuthorizationstringRequired

API Key Authentication

Responses
200

OK

application/json
get
/v1/transactions
200

OK

Get a Transaction by ID

get

Retrieves a single transaction by its unique ID

Authorizations
AuthorizationstringRequired

API Key Authentication

Path parameters
idstring · uuidRequired
Responses
200

OK

application/json
get
/v1/transactions/{id}
200

OK

WRITE Scope

Create a new Account

post

Creates a new bank or cash account. Accounts created with this endpoint are manually tracked bank accounts. To integrate your existing bank account into Nuvio, please contact with support team.

Authorizations
AuthorizationstringRequired

API Key Authentication

Body
Responses
200

OK

application/json
post
/v1/accounts
200

OK

Add a new Transaction

post

Adds a new transaction into an existing account.

Authorizations
AuthorizationstringRequired

API Key Authentication

Body
Responses
200

OK

application/json
post
/v1/transactions
200

OK

UPDATE Scope

Update Account

put

Updates an existing bank or cash account.

Authorizations
AuthorizationstringRequired

API Key Authentication

Path parameters
idstring · uuidRequired
Body
Responses
200

OK

application/json
put
/v1/accounts/{id}
200

OK

Update Transaction

put

Updates an existing transaction.

Authorizations
AuthorizationstringRequired

API Key Authentication

Path parameters
idstring · uuidRequired
Body
Responses
200

OK

application/json
put
/v1/transactions/{id}
200

OK

Last updated