Download OpenAPI specification:
Public REST API for Organizze, a Brazilian
personal-finance app. This is the surface that agent tooling
(@organizze/api-client, @organizze/mcp, @organizze/cli) is built on.
Every request uses HTTP Basic auth: your account email as the
username and an API key as the password. Generate keys in Organizze under
Configurações → Chaves de API. A User-Agent header is mandatory
and the account must have an active license.
curl https://api.organizze.com.br/rest/v2/accounts \
-u "you@example.com:YOUR_API_KEY" \
-H "User-Agent: my-app (you@example.com)"
Keys can be read-only: any write (POST/PUT/PATCH/DELETE) with a
read-only key returns 403.
amount_cents,
limit_cents), unless a field name says otherwise.Link header with
rel="first|last|next|prev" and a page query parameter.201 (not 200) for most
resources; see each operation.| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "name": "string",
- "institution_id": 0,
- "institution_name": "string",
- "description": "string",
- "type": "checking",
- "archived": true,
- "default": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]| User-Agent required | string Mandatory client identifier, e.g. |
| name | string |
| description | string or null |
| type | string Enum: "checking" "savings" "other" "credit_card" |
| archived | boolean |
| institution_id | integer or null |
| institution_name | string or null |
{- "name": "string",
- "description": "string",
- "type": "checking",
- "archived": true,
- "institution_id": 0,
- "institution_name": "string"
}{- "id": 0,
- "name": "string",
- "institution_id": 0,
- "institution_name": "string",
- "description": "string",
- "type": "checking",
- "archived": true,
- "default": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "name": "string",
- "institution_id": 0,
- "institution_name": "string",
- "description": "string",
- "type": "checking",
- "archived": true,
- "default": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "balance": "string"
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
| name | string |
| description | string or null |
| type | string Enum: "checking" "savings" "other" "credit_card" |
| archived | boolean |
| institution_id | integer or null |
| institution_name | string or null |
{- "name": "string",
- "description": "string",
- "type": "checking",
- "archived": true,
- "institution_id": 0,
- "institution_name": "string"
}{- "id": 0,
- "name": "string",
- "institution_id": 0,
- "institution_name": "string",
- "description": "string",
- "type": "checking",
- "archived": true,
- "default": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "name": "string",
- "institution_id": 0,
- "institution_name": "string",
- "description": "string",
- "type": "checking",
- "archived": true,
- "default": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "name": "string",
- "institution_id": 0,
- "institution_name": "string",
- "description": "string",
- "type": "checking",
- "archived": true,
- "default": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "name": "string",
- "description": "string",
- "card_network": "string",
- "closing_day": 0,
- "due_day": 0,
- "limit_cents": 0,
- "type": "credit_card",
- "archived": true,
- "default": true,
- "institution_id": 0,
- "institution_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]| User-Agent required | string Mandatory client identifier, e.g. |
| name | string |
| due_day | integer |
| closing_day | integer |
| limit_cents | integer |
| card_network | string |
| archived | boolean |
| update_invoices_since | string or null <date> |
| institution_id | integer or null |
| institution_name | string or null |
{- "name": "string",
- "due_day": 0,
- "closing_day": 0,
- "limit_cents": 0,
- "card_network": "string",
- "archived": true,
- "update_invoices_since": "2019-08-24",
- "institution_id": 0,
- "institution_name": "string"
}{- "id": 0,
- "name": "string",
- "description": "string",
- "card_network": "string",
- "closing_day": 0,
- "due_day": 0,
- "limit_cents": 0,
- "type": "credit_card",
- "archived": true,
- "default": true,
- "institution_id": 0,
- "institution_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "name": "string",
- "description": "string",
- "card_network": "string",
- "closing_day": 0,
- "due_day": 0,
- "limit_cents": 0,
- "type": "credit_card",
- "archived": true,
- "default": true,
- "institution_id": 0,
- "institution_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
| name | string |
| due_day | integer |
| closing_day | integer |
| limit_cents | integer |
| card_network | string |
| archived | boolean |
| update_invoices_since | string or null <date> |
| institution_id | integer or null |
| institution_name | string or null |
{- "name": "string",
- "due_day": 0,
- "closing_day": 0,
- "limit_cents": 0,
- "card_network": "string",
- "archived": true,
- "update_invoices_since": "2019-08-24",
- "institution_id": 0,
- "institution_name": "string"
}{- "id": 0,
- "name": "string",
- "description": "string",
- "card_network": "string",
- "closing_day": 0,
- "due_day": 0,
- "limit_cents": 0,
- "type": "credit_card",
- "archived": true,
- "default": true,
- "institution_id": 0,
- "institution_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "name": "string",
- "description": "string",
- "card_network": "string",
- "closing_day": 0,
- "due_day": 0,
- "limit_cents": 0,
- "type": "credit_card",
- "archived": true,
- "default": true,
- "institution_id": 0,
- "institution_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "name": "string",
- "description": "string",
- "card_network": "string",
- "closing_day": 0,
- "due_day": 0,
- "limit_cents": 0,
- "type": "credit_card",
- "archived": true,
- "default": true,
- "institution_id": 0,
- "institution_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Defaults to the current calendar year when start_date/end_date are
omitted. The list form does not embed transactions or payments.
| credit_card_id required | integer |
| start_date | string <date> Inclusive start date ( |
| end_date | string <date> Inclusive end date ( |
| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "date": "2019-08-24",
- "starting_date": "2019-08-24",
- "closing_date": "2019-08-24",
- "amount_cents": 0,
- "payment_amount_cents": 0,
- "balance_cents": 0,
- "previous_balance_cents": 0,
- "credit_card_id": 0
}
]| credit_card_id required | integer |
| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "date": "2019-08-24",
- "starting_date": "2019-08-24",
- "closing_date": "2019-08-24",
- "amount_cents": 0,
- "payment_amount_cents": 0,
- "balance_cents": 0,
- "previous_balance_cents": 0,
- "credit_card_id": 0,
- "transactions": [
- {
- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "account_type": "string",
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "paid_credit_card_id": 0,
- "paid_credit_card_invoice_id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": "string"
}
], - "payments": [
- {
- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "account_type": "string",
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "paid_credit_card_id": 0,
- "paid_credit_card_invoice_id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": "string"
}
]
}| credit_card_id required | integer |
| invoice_id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "account_type": "string",
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": "string"
}
]| credit_card_id required | integer |
| invoice_id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
| description | string |
| date | string <date> |
| amount_cents required | integer |
| account_id | integer or null Source account. If omitted, the payment is registered against a hidden account. |
| category_id | integer or null |
| notes | string or null |
| billing_date | string or null <date> |
{- "description": "string",
- "date": "2019-08-24",
- "amount_cents": 0,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "billing_date": "2019-08-24"
}{- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "account_type": "string",
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": "string"
}Defaults to the current month when start_date/end_date are omitted.
Paginated via the Link header.
| start_date | string <date> Inclusive start date ( |
| end_date | string <date> Inclusive end date ( |
| account_id | integer Restrict results to a single account. |
| page | integer >= 1 Page number for |
| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "paid_credit_card_id": 0,
- "paid_credit_card_invoice_id": 0,
- "oposite_transaction_id": 0,
- "oposite_account_id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": [
- {
- "name": "string"
}
], - "attachments": [
- {
- "url": "string"
}
], - "recurrence_id": 0
}
]| User-Agent required | string Mandatory client identifier, e.g. |
| description required | string |
| date required | string <date> |
| paid | boolean |
| amount_cents required | integer |
| account_id | integer or null |
| category_id | integer or null |
| notes | string or null |
| credit_card_id | integer or null |
| credit_card_invoice_id | integer or null |
| update_future | boolean When updating/deleting a recurring series, apply to this and future occurrences. |
| update_all | boolean When updating/deleting a recurring series, apply to all occurrences. |
object Create a finite (installment) series. | |
object Create an infinite (recurring) series. | |
Array of objects (Tag) |
{- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "update_future": true,
- "update_all": true,
- "installments_attributes": {
- "periodicity": "string",
- "total": 0
}, - "recurrence_attributes": {
- "periodicity": "string"
}, - "tags": [
- {
- "name": "string"
}
]
}{- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "paid_credit_card_id": 0,
- "paid_credit_card_invoice_id": 0,
- "oposite_transaction_id": 0,
- "oposite_account_id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": [
- {
- "name": "string"
}
], - "attachments": [
- {
- "url": "string"
}
], - "recurrence_id": 0
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "paid_credit_card_id": 0,
- "paid_credit_card_invoice_id": 0,
- "oposite_transaction_id": 0,
- "oposite_account_id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": [
- {
- "name": "string"
}
], - "attachments": [
- {
- "url": "string"
}
], - "recurrence_id": 0
}For recurring/installment transactions, use update_future or
update_all to choose the scope. These are ignored for one-off
("permanent") transactions.
| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
| description required | string |
| date required | string <date> |
| paid | boolean |
| amount_cents required | integer |
| account_id | integer or null |
| category_id | integer or null |
| notes | string or null |
| credit_card_id | integer or null |
| credit_card_invoice_id | integer or null |
| update_future | boolean When updating/deleting a recurring series, apply to this and future occurrences. |
| update_all | boolean When updating/deleting a recurring series, apply to all occurrences. |
object Create a finite (installment) series. | |
object Create an infinite (recurring) series. | |
Array of objects (Tag) |
{- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "update_future": true,
- "update_all": true,
- "installments_attributes": {
- "periodicity": "string",
- "total": 0
}, - "recurrence_attributes": {
- "periodicity": "string"
}, - "tags": [
- {
- "name": "string"
}
]
}{- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "paid_credit_card_id": 0,
- "paid_credit_card_invoice_id": 0,
- "oposite_transaction_id": 0,
- "oposite_account_id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": [
- {
- "name": "string"
}
], - "attachments": [
- {
- "url": "string"
}
], - "recurrence_id": 0
}Accepts update_future/update_all in the body for recurring series.
| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
| description required | string |
| date required | string <date> |
| paid | boolean |
| amount_cents required | integer |
| account_id | integer or null |
| category_id | integer or null |
| notes | string or null |
| credit_card_id | integer or null |
| credit_card_invoice_id | integer or null |
| update_future | boolean When updating/deleting a recurring series, apply to this and future occurrences. |
| update_all | boolean When updating/deleting a recurring series, apply to all occurrences. |
object Create a finite (installment) series. | |
object Create an infinite (recurring) series. | |
Array of objects (Tag) |
{- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "update_future": true,
- "update_all": true,
- "installments_attributes": {
- "periodicity": "string",
- "total": 0
}, - "recurrence_attributes": {
- "periodicity": "string"
}, - "tags": [
- {
- "name": "string"
}
]
}{- "id": 0,
- "deleted": true
}| transaction_id required | integer |
| page | integer >= 1 Page number for |
| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "paid_credit_card_id": 0,
- "paid_credit_card_invoice_id": 0,
- "oposite_transaction_id": 0,
- "oposite_account_id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": [
- {
- "name": "string"
}
], - "attachments": [
- {
- "url": "string"
}
], - "recurrence_id": 0
}
]Defaults to the current month. Paginated via the Link header.
| start_date | string <date> Inclusive start date ( |
| end_date | string <date> Inclusive end date ( |
| account_id | integer Restrict results to a single account. |
| page | integer >= 1 Page number for |
| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "paid_credit_card_id": 0,
- "paid_credit_card_invoice_id": 0,
- "oposite_transaction_id": 0,
- "oposite_account_id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": [
- {
- "name": "string"
}
], - "attachments": [
- {
- "url": "string"
}
], - "recurrence_id": 0
}
]| User-Agent required | string Mandatory client identifier, e.g. |
| description | string |
| date required | string <date> |
| paid | boolean |
| amount_cents required | integer |
| credit_account_id required | integer Destination account (credited). |
| debit_account_id required | integer Source account (debited). |
| category_id | integer or null |
| notes | string or null |
| update_future | boolean |
| update_all | boolean |
object | |
object | |
Array of objects (Tag) |
{- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "credit_account_id": 0,
- "debit_account_id": 0,
- "category_id": 0,
- "notes": "string",
- "update_future": true,
- "update_all": true,
- "installments_attributes": {
- "periodicity": "string",
- "total": 0
}, - "recurrence_attributes": {
- "periodicity": "string"
}, - "tags": [
- {
- "name": "string"
}
]
}{- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "paid_credit_card_id": 0,
- "paid_credit_card_invoice_id": 0,
- "oposite_transaction_id": 0,
- "oposite_account_id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": [
- {
- "name": "string"
}
], - "attachments": [
- {
- "url": "string"
}
], - "recurrence_id": 0
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "paid_credit_card_id": 0,
- "paid_credit_card_invoice_id": 0,
- "oposite_transaction_id": 0,
- "oposite_account_id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": [
- {
- "name": "string"
}
], - "attachments": [
- {
- "url": "string"
}
], - "recurrence_id": 0
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
| description | string |
| date required | string <date> |
| paid | boolean |
| amount_cents required | integer |
| credit_account_id required | integer Destination account (credited). |
| debit_account_id required | integer Source account (debited). |
| category_id | integer or null |
| notes | string or null |
| update_future | boolean |
| update_all | boolean |
object | |
object | |
Array of objects (Tag) |
{- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "credit_account_id": 0,
- "debit_account_id": 0,
- "category_id": 0,
- "notes": "string",
- "update_future": true,
- "update_all": true,
- "installments_attributes": {
- "periodicity": "string",
- "total": 0
}, - "recurrence_attributes": {
- "periodicity": "string"
}, - "tags": [
- {
- "name": "string"
}
]
}{- "id": 0,
- "description": "string",
- "date": "2019-08-24",
- "paid": true,
- "amount_cents": 0,
- "total_installments": 0,
- "installment": 0,
- "recurring": true,
- "account_id": 0,
- "category_id": 0,
- "notes": "string",
- "attachments_count": 0,
- "credit_card_id": 0,
- "credit_card_invoice_id": 0,
- "paid_credit_card_id": 0,
- "paid_credit_card_invoice_id": 0,
- "oposite_transaction_id": 0,
- "oposite_account_id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tags": [
- {
- "name": "string"
}
], - "attachments": [
- {
- "url": "string"
}
], - "recurrence_id": 0
}| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "name": "string",
- "color": "string",
- "parent_id": 0,
- "group_id": 0,
- "fixed": false,
- "essential": true,
- "default": true,
- "uuid": "string",
- "kind": "string",
- "archived": true
}
]| User-Agent required | string Mandatory client identifier, e.g. |
| name required | string |
| parent_id | integer or null |
| color | string |
| group_id | integer or null |
{- "name": "string",
- "parent_id": 0,
- "color": "string",
- "group_id": 0
}{- "id": 0,
- "name": "string",
- "color": "string",
- "parent_id": 0,
- "group_id": 0,
- "fixed": false,
- "essential": true,
- "default": true,
- "uuid": "string",
- "kind": "string",
- "archived": true
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "name": "string",
- "color": "string",
- "parent_id": 0,
- "group_id": 0,
- "fixed": false,
- "essential": true,
- "default": true,
- "uuid": "string",
- "kind": "string",
- "archived": true
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
| name required | string |
| parent_id | integer or null |
| color | string |
| group_id | integer or null |
{- "name": "string",
- "parent_id": 0,
- "color": "string",
- "group_id": 0
}{- "id": 0,
- "name": "string",
- "color": "string",
- "parent_id": 0,
- "group_id": 0,
- "fixed": false,
- "essential": true,
- "default": true,
- "uuid": "string",
- "kind": "string",
- "archived": true
}| id required | integer |
| replacement_id | integer Optional category id to reassign this category's transactions to. |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "deleted": true
}| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "amount_in_cents": 0,
- "category_id": 0,
- "date": "2019-08-24",
- "activity_type": 0,
- "total": 0,
- "predicted_total": 0,
- "percentage": 0
}
]| year required | integer Example: 2026 |
| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "amount_in_cents": 0,
- "category_id": 0,
- "date": "2019-08-24",
- "activity_type": 0,
- "total": 0,
- "predicted_total": 0,
- "percentage": 0
}
]| year required | integer Example: 2026 |
| month required | integer [ 1 .. 12 ] Example: 6 |
| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "amount_in_cents": 0,
- "category_id": 0,
- "date": "2019-08-24",
- "activity_type": 0,
- "total": 0,
- "predicted_total": 0,
- "percentage": 0
}
]Returns aggregated totals plus a per-period breakdown. All monetary values are integers in cents.
| start_date | string <date> Inclusive start date ( |
| end_date | string <date> Inclusive end date ( |
| periodicity | string Default: "daily" Enum: "daily" "weekly" "monthly" "yearly" Period grouping. Defaults to |
| account_id | integer Restrict results to a single account. |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "previous_balance": 0,
- "previous_predicted_balance": 0,
- "balance": 0,
- "predicted_balance": 0,
- "outcomes": 0,
- "predicted_outcomes": 0,
- "incomes": 0,
- "predicted_incomes": 0,
- "expenses": 0,
- "predicted_expenses": 0,
- "earnings": 0,
- "predicted_earnings": 0,
- "initial_amounts": 0,
- "predicted_initial_amounts": 0,
- "result": 0,
- "predicted_result": 0,
- "balances": [
- {
- "date": "string",
- "date_range": "string",
- "outcomes": 0,
- "predicted_outcomes": 0,
- "incomes": 0,
- "predicted_incomes": 0,
- "expenses": 0,
- "predicted_expenses": 0,
- "earnings": 0,
- "predicted_earnings": 0,
- "initial_amounts": 0,
- "predicted_initial_amounts": 0,
- "transferences": 0,
- "predicted_transferences": 0,
- "credit_card_invoices_to_pay": 0,
- "balance": 0,
- "predicted_balance": 0,
- "previous_balance": 0,
- "previous_predicted_balance": 0,
- "accumulated_outcomes": 0,
- "accumulated_predicted_outcomes": 0,
- "accumulated_incomes": 0,
- "accumulated_predicted_incomes": 0,
- "accumulated_expenses": 0,
- "accumulated_predicted_expenses": 0,
- "accumulated_earnings": 0,
- "accumulated_predicted_earnings": 0,
- "accumulated_initial_amounts": 0,
- "accumulated_predicted_initial_amounts": 0
}
]
}| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "organizze_entity_id": 0,
- "organizze_account_id": 0,
- "organizze_credit_card_id": 0,
- "pluggy_account_id": "string",
- "pluggy_item_id": "string",
- "disconnected_at": "2019-08-24T14:15:22Z",
- "internal_epoch": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]| User-Agent required | string Mandatory client identifier, e.g. |
required | object (AccountConnectionInput) |
{- "account_connection": {
- "organizze_account_id": 0,
- "organizze_credit_card_id": 0,
- "pluggy_item_id": "string",
- "pluggy_account_id": "string"
}
}{- "id": 0,
- "organizze_entity_id": 0,
- "organizze_account_id": 0,
- "organizze_credit_card_id": 0,
- "pluggy_account_id": "string",
- "pluggy_item_id": "string",
- "disconnected_at": "2019-08-24T14:15:22Z",
- "internal_epoch": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
required | object |
{- "account_connection": {
- "organizze_account_id": 0,
- "organizze_credit_card_id": 0,
- "pluggy_item_id": "string",
- "pluggy_account_id": "string",
- "disconnected_at": "2019-08-24T14:15:22Z"
}
}{- "id": 0,
- "organizze_entity_id": 0,
- "organizze_account_id": 0,
- "organizze_credit_card_id": 0,
- "pluggy_account_id": "string",
- "pluggy_item_id": "string",
- "disconnected_at": "2019-08-24T14:15:22Z",
- "internal_epoch": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Soft-disconnects (sets disconnected_at); the record is not removed.
| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "organizze_entity_id": 0,
- "organizze_account_id": 0,
- "organizze_credit_card_id": 0,
- "pluggy_account_id": "string",
- "pluggy_item_id": "string",
- "disconnected_at": "2019-08-24T14:15:22Z",
- "internal_epoch": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Supports conditional requests (ETag / If-Modified-Since); may return 304.
| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": "string",
- "name": "string",
- "keywords": "string",
- "logo_url": "string",
- "ranking": 0,
- "legal_name": "string",
- "generic": true,
- "hidden": true,
- "priority": 0,
- "position": 0
}
]| User-Agent required | string Mandatory client identifier, e.g. |
[- {
- "id": 0,
- "name": "string",
- "plan_key": "string",
- "license_status": "string",
- "owner_id": 0
}
]| id required | integer |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "id": 0,
- "name": "string",
- "plan_key": "string",
- "license_status": "string",
- "owner_id": 0
}Health check. Can be called without auth by passing the shared key
query parameter; otherwise normal authentication applies.
| key | string Shared bypass key for unauthenticated health checks. |
| User-Agent required | string Mandatory client identifier, e.g. |
{- "database": "ok",
- "resque": [
- "string"
]
}