YNAB integration (Finance). Imported from open-connector.
https://api.ynab.com/v1/user
/plans
| Param | Type | Required | Description |
|---|---|---|---|
| include_accounts | boolean | optional | Whether to include plan accounts in the response. |
/plans/{plan_id}
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| last_knowledge_of_server | integer | optional | Starting server knowledge value. When provided, YNAB returns only entities chan… |
/plans/{plan_id}/settings
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
/plans/{plan_id}/accounts
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| last_knowledge_of_server | integer | optional | Starting server knowledge value. When provided, YNAB returns only entities chan… |
/plans/{plan_id}/accounts/{account_id}
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| account_id | string | required | YNAB account ID. |
/plans/{plan_id}/categories
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| last_knowledge_of_server | integer | optional | Starting server knowledge value. When provided, YNAB returns only entities chan… |
/plans/{plan_id}/categories/{category_id}
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| category_id | string | required | YNAB category ID. |
/plans/{plan_id}/months/{month}/categories/{category_id}
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| month | string | required | Plan month in ISO date format, or "current" for the current month. |
| category_id | string | required | YNAB category ID. |
/plans/{plan_id}/months
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| last_knowledge_of_server | integer | optional | Starting server knowledge value. When provided, YNAB returns only entities chan… |
/plans/{plan_id}/months/{month}
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| month | string | required | Plan month in ISO date format, or "current" for the current month. |
/plans/{plan_id}/payees
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| last_knowledge_of_server | integer | optional | Starting server knowledge value. When provided, YNAB returns only entities chan… |
/plans/{plan_id}/payees/{payee_id}
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| payee_id | string | required | YNAB payee ID. |
/plans/{plan_id}/transactions
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| since_date | string | optional | Only include transactions on or after this ISO date. |
| until_date | string | optional | Only include transactions on or before this ISO date. |
| type | string | optional | Optional YNAB transaction filter. |
| last_knowledge_of_server | integer | optional | Starting server knowledge value. When provided, YNAB returns only entities chan… |
/plans/{plan_id}/transactions/{transaction_id}
| Param | Type | Required | Description |
|---|---|---|---|
| plan_id | string | required | YNAB plan ID. Use "last-used" for the last used plan, or "default" when default… |
| transaction_id | string | required | YNAB transaction ID. |