---
title: "Insomnia"
description: "Set up Insomnia with Bearer Token authorization, fetch access tokens via .NET application, and learn more about authentication techniques."
lang: en
languages:
  en: https://docs.vismasoftware.no/businessnxtapi/authentication/web/examples/insomnia/index.md
lastmod: 2026-07-10
---

> Documentation index: https://docs.vismasoftware.no/businessnxtapi/authentication/web/examples/llms.txt


# Insomnia

Last modified July 10, 2026

> Set up Insomnia with Bearer Token authorization, fetch access tokens via .NET application, and learn more about authentication techniques.


In Insomnia, you can set the authorization method and details per request.

You must use the **Bearer Token** authorization type and specify an access token. You can fetch an access token in different ways. A possible way is using the [.NET sample application](https://docs.vismasoftware.no/businessnxtapi/authentication/web/examples/code/index.md).

![Configure Authorization - Insomnia](https://docs.vismasoftware.no/businessnxtapi/authentication/web/examples/insomnia7.png)

> [!TIP]
>
> You can read more about authentication in the [Insomnia docs](https://docs.insomnia.rest/insomnia/authentication).


---

[View this page](https://docs.vismasoftware.no/businessnxtapi/authentication/web/examples/insomnia/)
