1
Request client credentials
Submit the Sage 200 API credential request form to obtain your Client ID and Client Secret.
2
Set the redirect URI
When completing the credential request form, add the following Nango callback URL as an allowed redirect URI:
3
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.4
Next
Follow the Quickstart.