---
title: "Postman"
description: "Postman supports GraphQL requests with built-in tools or raw POST requests, using application/json content type for queries and variables."
lang: en
languages:
  en: https://docs.vismasoftware.no/businessnxtapi/intro/exploring_api/postman/index.md
lastmod: 2026-07-10
---

> Documentation index: https://docs.vismasoftware.no/businessnxtapi/intro/exploring_api/llms.txt


# Postman

Last modified July 10, 2026

> Postman supports GraphQL requests with built-in tools or raw POST requests, using application/json content type for queries and variables.


Postman has built-in support for GraphQL. You can make requests selecting GraphQL for the body type. There are two fields, **QUERY** and  **GRAPHQL VARIABLES** where you can provide the query and variables.

![GraphQL query in Postman](https://docs.vismasoftware.no/businessnxtapi/intro/exploring_api/postman1.png)

You can achieve the same making a raw POST request, with the content type set to `application/json` and the body with the form explained in the beginning of this section.

![GraphQL raw query in Postman](https://docs.vismasoftware.no/businessnxtapi/intro/exploring_api/postman2.png)

> [!TIP]
> You can learn more about Postman from its official [Learning center](https://learning.postman.com/docs/getting-started/introduction/).


---

[View this page](https://docs.vismasoftware.no/businessnxtapi/intro/exploring_api/postman/)
