Quickstart
Connect to Moneybird with Nango and see data flow in 2 minutes.1
Create the integration
In Nango, go to Integrations, select Configure New Integration, then select Moneybird. Enter the Client ID and Client Secret from your Moneybird OAuth application.If you do not specify scopes, Moneybird grants
sales_invoices by default.3
Call the Moneybird API
Let’s make your first request to the Moneybird API by listing the administrations available to the connected user. Replace the placeholders with your Environment API key, integration ID, and connection ID:Nango adds the Moneybird Bearer token to the upstream request, so your application does not need to handle the Moneybird access token. Check the Logs tab in Nango to inspect the request.
- cURL
- Node
4
Implement Nango in your app
Follow the Auth implementation guide to add the authorization flow to your application.To obtain your own production credentials, follow the setup guide linked below.
OAuth scopes
Moneybird supportssales_invoices, documents, estimates, bank, time_entries, and settings. If no scope is supplied, Moneybird grants sales_invoices by default.
Accessing contacts requires at least one of sales_invoices, documents, estimates, bank, or settings. The time_entries scope alone does not grant contact access.
Moneybird integration guides
Nango-maintained guides for common use cases.- How to register your own Moneybird OAuth app: Register an external OAuth application, configure its redirect URI, and add its credentials to Nango.