Getting Started
This guide walks you through the minimum steps required to build a working integration with ERP.net.
By following this guide, you will register an app, authenticate it, and successfully call an ERP.net API against a real instance.
What This Guide Covers
The Getting Started flow consists of the following steps:
- Verify prerequisites and access to an ERP.net instance
- Register your app as a Trusted Application
- Obtain an access token
- Make a successful API call
Each step builds on the previous one and results in a verifiable outcome.
Expected Outcome
At the end of this guide, you will have:
- A registered Trusted Application
- A working method for obtaining access tokens
- A successful API call returning a valid response
Start Here
Begin with Prerequisites.