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

# Test maesn's Unified API with Postman

> Use Postman collections to explore and test the Maesn Unified API endpoints.

## Overview

Postman is a platform for collaborative API development and a popular API client that help developers test, share and document APIs. We recommend using the client to test sending requests to our API endpoints whenever you're developing an integration. This guide shows you how to configure and use Postman to send successful requests to the Maesn API endpoints.

## Getting hold of your API credentials

When sending requests to Maesn's endpoints, you need to pass two keys to authenticate yourself as a tenant and authorized end user. Follow this guide if you do not already have them: [Quick Start Guide](/guides/quick-start).

## Getting started with Postman

Use our public Postman workspace with pre-crafted requests:

<Steps>
  <Step>
    Check out our [public workspace](https://www.postman.com/maesn-dev/maesn-rest-api/overview)
  </Step>

  <Step>
    Fork the Authentication API collection to your workspace

    <a href="https://god.gw.postman.com/run-collection/28311688-8b795ce6-9760-4156-b9cb-49d4c6de90de?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D28311688-8b795ce6-9760-4156-b9cb-49d4c6de90de%26entityType%3Dcollection%26workspaceId%3D01b60c00-8798-4339-ad23-e5c2992e8ce0" target="_blank">
      <img height="32" width="128" noZoom src="https://run.pstmn.io/button.svg" alt="Button with the text run in Postman" title="Run in Postman" />
    </a>
  </Step>

  <Step>
    Fork the Accounting API collection to your workspace

    <a href="https://god.gw.postman.com/run-collection/28311688-2846c95e-fd08-419b-8cba-cd60c49b69bc?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D28311688-2846c95e-fd08-419b-8cba-cd60c49b69bc%26entityType%3Dcollection%26workspaceId%3D01b60c00-8798-4339-ad23-e5c2992e8ce0" target="_blank">
      <img height="32" width="128" noZoom src="https://run.pstmn.io/button.svg" alt="Button with the text run in Postman" title="Run in Postman" />
    </a>
  </Step>

  <Step>
    Enter your API key and account key variables in the "Current Value" column under the "Variables" tab of the selected collection, or create a new environment with the corresponding values.
    If you are targeting a system that requires a company id and/or an environment id, you can set them here as well.

    <img src="https://mintcdn.com/maesn/m_C-_Pn12Bpd3uzE/images/postman-overview.png?fit=max&auto=format&n=m_C-_Pn12Bpd3uzE&q=85&s=a78fdbd20404d664087cf527d96bcea7" alt="Image showing variables in Postman" title="Postman variables" width="1535" height="395" data-path="images/postman-overview.png" />
  </Step>

  <Step>
    Start sending requests and explore the potential of our unified API!
  </Step>
</Steps>
