This guide shows you how to register your own app with FreeAgent Sandbox to obtain your OAuth credentials (client ID & secret). These are required to let your users grant your app access to their FreeAgent Sandbox account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a developer account
Go to the FreeAgent Developer Dashboard and sign up for a developer account if you don’t have one.
Register your application
- Navigate to your Apps page.
- Click on the Create New App button.
- Fill in the required fields. For the OAuth Redirect URIs, enter
https://api.nango.dev/oauth/callback. - Submit the form, and your app will be generated. The OAuth identifier will be your Client ID and the OAuth secret will be your Client Secret needed to configure this in Nango.
Next
Follow the Quickstart to connect your first account.
The same application can be used for both FreeAgent production and sandbox environments. The sandbox environment uses
api.sandbox.freeagent.com as the base URL.