Passthrough

Number of APIs: 24

Passthrough apis are exactly what the name suggests. These are wrapper apis that makes it easier for developers in the office the CFO to quickly connect multiple finance tools together. Most tools are financial tools but we also include non financial tools that might need some financial data. For such non-financial tools, passthrough APIs only include api endpoints that are relevant to the finance automation team.

  1. YNAB-Transactions - list transactions GET {{base_url}}/passthrough?url=/budgets/{{budget_id}}/transactions&org_id={{org_id}}&integration_id={{ynab_integration_id}}

  2. YNAB-Categories - view category GET {{base_url}}/budgets/{{budget_id}}/categories/{{category_id}}

  3. YNAB-Transactions - create transaction POST {{base_url}}/passthrough?url=/budgets/{{budget_id}}/transactions&org_id={{org_id}}&integration_id={{ynab_integration_id}}

  4. YNAB - view category for a month GET {{base_url}}/budgets/{{budget_id}}/months/2022-08-01/categories/{{category_id}}

  5. Cashflowy POR - List one vendor GET {{base_url}}/passthrough?url=/apis/v1/por_vendors/1137&org_id=34&integration_id=22

  6. Cashflowy collector-Email - Get one email GET {{base_url}}/passthrough?org_id={{org_id}}&integration_id={{integration_id}}&url=/parsed_emails/123

  7. Quickbooks - Journal report GET {{base_url}}/passthrough?org_id={{org_id}}&integration_id={{quickbooks_integration_id}}&url=/reports/JournalReport

  8. Zoho books-Invoice - Get one invoice GET {{base_url}}/passthrough?url=/invoices/{{zohobooks_invoice_id}}&org_id={{org_id}}&integration_id={{zohobooks_integration_id}}

  9. Zoho books-Invoice - Create an invoice POST {{base_url}}/passthrough?url=/invoices&org_id={{org_id}}&integration_id={{integration_id}}

  10. Zoho books-Bank transactions - Get one transaction GET {{base_url}}/passthrough?url=/banktransactions/{{zohobooks_transaction_id}}&org_id={{org_id}}&integration_id={{zohobooks_integration_id}}