List finance transactions
GET /v1/finance/transactions
GET
/v1/finance/transactions
Cursor-paginated ledger entries (read-only). Requires scope finance:read.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” after
integer
limit
integer
type
string
status
string
contactId
integer
currency
string
Responses
Section titled “ Responses ”Paginated transaction list.
object
items
Array<object>
object
id
integer
type
string
amount
number
currency
string
status
string
occurredAt
string format: date-time
description
string
categoryId
integer
contactId
integer
productName
string
fee
number
net
Amount minus fee when a fee is present.
number
sourceLabel
string
invoiceId
integer
nextCursor
integer
hasMore
boolean
Missing or invalid bearer token.
Standard error envelope for all v1 error responses.
object
error
Machine-readable error code.
string
message
Human-readable explanation of the error.
string
details
Optional structured context (field-level validation errors, etc.).
Example
{ "error": "unauthorized", "message": "Invalid bearer principal"}The API key does not have the required scope for this operation.
Standard error envelope for all v1 error responses.
object
error
Machine-readable error code.
string
message
Human-readable explanation of the error.
string
details
Optional structured context (field-level validation errors, etc.).
Example
{ "error": "forbidden", "message": "scope contacts:write is required"}