# Get Started Using Postman

Although we covered each endpoint in the following chapters, if you are familiar with using [Postman](https://www.postman.com/downloads/), here are some files with example commands to get started very quick!

1. Download the following BACE Postman collection and environment files to your laptop:

{% file src="/files/uDv4B8hQZLWVLlMm9eVK" %}
Postman Collection File
{% endfile %}

{% file src="/files/G8MxSxW4XqdTXO2KapjJ" %}
Postman Environment File
{% endfile %}

2. Import both collection and environment files into your Postman.

<figure><img src="/files/KgdLOlM4DL95C2Y9aiVK" alt=""><figcaption><p>Import Collection</p></figcaption></figure>

<figure><img src="/files/DXbCqb489aR9rD8iLVK5" alt=""><figcaption><p>Import Environment</p></figcaption></figure>

3. Fill in your API credentials in BACE PROD environment. Before leaving this page make sure it is **saved** and you have switched to **BACE PROD** environment.

<figure><img src="/files/8GPxmfhZrgTz3BbflybB" alt=""><figcaption><p>BACE Environment Settings</p></figcaption></figure>

{% hint style="info" %}
Please reach out your Evalan representative to get **client\_id** and **client\_secret** if you don't have them yet.
{% endhint %}

4. Go ahead try if Request Oauth2 Token (Password Grant) request in Authentication & Self to see if you are set up properly. You could receive a token and that will be automatically used for any requests in this collection file&#x20;

<figure><img src="/files/JlgcCeC8Gtb2JOSbv1Jd" alt=""><figcaption><p>Successful token result</p></figcaption></figure>

5. Next you can try calling an example API such as physical devices to see all gateways assigned to your account.

<figure><img src="/files/lRZXYiUVHUANGkwVae1E" alt=""><figcaption></figcaption></figure>

That's it, you are on BACE IoT Platform now! Feel free to check the next chapters to discover how BACE APIs work and understand the responses.


---

# 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://docs.bace-iot.com/api/get-started-using-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.
