.NET Code Sample
.NET sample app for integrating with Business NXT using OAuth flow. Clone or create ASP.NET app, setup configs, run to authenticate.
Click the links below to look at examples for how to set up authorization for either .NET, Postman, or Insomnia.
.NET sample app for integrating with Business NXT using OAuth flow. Clone or create ASP.NET app, setup configs, run to authenticate.
Configure Postman authorization using Bearer tokens per request or collection. Learn more in the official Postman documentation.
Set up Insomnia with Bearer Token authorization, fetch access tokens via .NET application, and learn more about authentication techniques.