This guide shows you how to obtain client credentials from Sage to use your own OAuth app with Sage 200. These are required to let your users grant your app access to their Sage 200 data.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.
Request client credentials
Submit the Sage 200 API credential request form to obtain your Client ID and Client Secret.
Set the redirect URI
When completing the credential request form, add the following Nango callback URL as an allowed redirect URI:
Set the edition connection config
The Use
edition field controls the API base URL and must be set by you (the developer) before your users connect — it is not shown in the end-user Connect UI.Pass it when creating a connect session via POST /connect/sessions:"sage200extra" for Sage 200 Professional / Extra Online, or "sage200" for Sage 200 Standard Online.Next
Follow the Quickstart.