# Postman

[Postman](https://www.postman.com/) is a powerful tool that lets you interact with the bunq API in a visual, no-code environment. You can send requests, tweak parameters, set headers, manage authentication, and inspect responses—all without writing a single line of code.

It’s perfect for:

* Exploring how endpoints work
* Testing different use cases before coding
* Debugging your integration
* Automating API tests

Find our postman collection here:

{% embed url="<https://github.com/bunq/postman>" %}

With our official Postman collection, you’ll hit the ground running—no setup headaches, just straight into experimenting with the API.

## Video instructions on how to make your first API call with postman

{% embed url="<https://youtu.be/wgURHBZIbiQ>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.bunq.com/getting-started/tools/postman.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
