> ## 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 the Lerian Postman collection from any repository and run requests against your API instance.

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.

You’ll find a Postman collection in the `postman` folder of every Lerian repository—ready to use as soon as you clone the project.

<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 repository you cloned from GitHub.
  </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>
