Web applications

Learn how to set up web applications for integrating with Business NXT, including OAuth authorization essentials.

For integrating with Business NXT, you can choose one of these two type of applications:

  • Service: suitable for web services that require a machine-to-machine integration (with no user interation).
  • Web: suitable for web applications that require user interaction.

In this section, you will learn about the setup required for web applications.

Tip

If you are not familiar with the OAuth authorization flows, we recommend that you first read carefully the page Understanding OAuth to familiarize yourself with concepts such as authentication and authorization, access tokens, scopes, grants, endpoints and redirect URLs. You need to have a basic understanding of these concepts in order to properly register your application and setup an integration with Business NXT GraphQL API.

Last modified September 24, 2024