> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Postman integration

> Import a ready-made Lerian Postman collection and run authenticated requests against your API instance to test endpoints and speed up integration work.

Lerian’s Postman collections are a quick way to get hands-on with our APIs. You can test requests, receive real responses, and explore how the APIs fit together. Whether you’re building or debugging, they help you move faster and more confidently.

When a Lerian project includes a Postman collection, it is usually stored in a `postman` folder inside the project directory.

<Tip>
  To learn more about importing collections, check the [Postman’s documentation](https://learning.postman.com/docs/getting-started/importing-and-exporting/importing-data/) .
</Tip>

## Importing the Postman collection

***

To import the Postman collection, follow these steps:

<Steps>
  <Step>
    Open Postman.
  </Step>

  <Step>
    Click **"Import"** in the top-left corner.
  </Step>

  <Step>
    In the **Import** modal, select the **"File"** tab.
  </Step>

  <Step>
    Click **"Choose Files"**, then navigate to the `postman` folder inside the project directory you are using.
  </Step>

  <Step>
    Postman will process the file and add the collection to **"Collections"** in your workspace.
  </Step>

  <Step>
    Open the collection and verify that all API requests and folders are correctly imported.
  </Step>
</Steps>

## Tokens and authentication

***

If you are using **Midaz** in the [**Community model**](/en/midaz/what-is-midaz), you do not need to authenticate or access tokens; you're good to go.

For the [**Enterprise model**](/en/midaz/what-is-midaz), you can enable authentication and token management using the [Access Manager](/en/platform/access-manager/access-manager) plugin.

<Tip>
  Access Manager is available as a part of the Enterprise model. If you'd like to learn more or evaluate it for your use case, [get in touch with our team](https://lerian.studio/contact).
</Tip>
