--- title: 'Sage Accounting' description: '' --- # Sage Accounting undefined | Detail | Value | |---|---| | Category | Accounting | | Base URL | `https://api.accounting.sage.com/v3.1` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `sage` | ## Using Sage Accounting in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Sage Accounting** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_contacts_0) | Contacts | | [GET ](./get_sales_invoices_1) | Sales Invoices | | [GET ](./get_purchase_invoices_2) | Purchase Invoices | | [GET ](./get_payments_3) | Payments | | [GET ](./get_bank_accounts_4) | Bank Accounts | | [GET ](./get_tax_rates_5) | Tax Rates | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.