Overview/Postman Collection
Overview

Postman Collection

Testing the AzoraOne API with Postman

One of the fastest ways to explore the AzoraOne API is by using Postman. Follow the steps below to get started in minutes.

1. Install Postman

Note: The deprecated Postman Chrome Extension does not correctly attach multipart/form-data files. It may show a 200 OK status even when the API call fails. To avoid unexpected behavior, always use the Desktop App.

2. Import the AzoraOne Collection

  1. Download the AzoraOne Postman Collection by clicking the link below.
  2. Open Postman. In the top-left corner, click File > Import….
  3. Drag and drop or browse to select the downloaded JSON file, then click Import.
  4. Verify that you see a collection named AzoraOne API under the Collections tab.

3. Configure Collection Variables

  1. In the Collections view, expand AzoraOne API and click Variables.
  2. Locate the following variables in your API documentation on the developer portal:
    • baseUrl
    • clientKey
    • subscriptionKey
  3. In the Current Value column, replace each placeholder with your actual values.
  4. Click Save to apply changes—Postman won’t use your credentials otherwise.

4. Send a Test Request

  1. In the Collections view, expand AzoraOne API > companies.
  2. Select Retrieve all companies.
  3. Click the blue Send button.
  4. If configured correctly, you should receive a 200 OK response with the list of companies in the response body.

By importing our collection and setting up credentials once, you eliminate manual request construction and reduce copy-paste errors—so you can focus on integrating and experimenting with the AzoraOne API.