---
title: "Postman"
description: "Configure Postman authorization using Bearer tokens per request or collection. Learn more in the official Postman documentation."
lang: en
languages:
  en: https://docs.vismasoftware.no/businessnxtapi/authentication/web/examples/postman/index.md
lastmod: 2026-07-10
---

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


# Postman

Last modified July 10, 2026

> Configure Postman authorization using Bearer tokens per request or collection. Learn more in the official Postman documentation.


In Postman, you can set the authorization method and details either per request or collection.

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 - Postman](https://docs.vismasoftware.no/businessnxtapi/authentication/web/examples/postman4.png)

> [!TIP]
>
> You can learn more about about authentication in Postman from its official documentation. See [Authorizing requests](https://learning.postman.com/docs/sending-requests/authorization/).


---

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