Postman Collection V4

We are continuously improving our APIs, and the Azuga Postman Collection (V4) is updated whenever new APIs or enhancements are released.

Before getting started, please ensure you are using the latest version of the Azuga V4 Postman Collection to avoid authentication or request issues.

Steps to Get Started with Azuga V4 Postman Collection

Step 1: Download the Azuga V4 Postman Collection

Download the latest Azuga V4 Postman Collection from the link below: Azuga V4 Postman Collection

Step 2: Import the Collection into Postman

  1. Click on Import.
  2. Drag and drop the downloaded Azuga V4 Postman Collection file or Click Upload Files, select the file.
  3. Click Import.

Step 3: Verify the Imported Collection

Once imported successfully:

  • You will see the collection named Azuga_V4
  • Expand the collection to view available API folders and requests

Step 4: Configure Collection Variables

  • Click on the Azuga_V4 collection.
  • Navigate to the Variables tab.

Some variables are pre-configured and should not be modified.

⚠️ Important: Do not change any pre-defined variables unless explicitly instructed.

Step 5: OAuth 2.0 Authentication (V4)

Azuga V4 APIs use OAuth 2.0 based authentication, which is already preconfigured in the Postman collection.

  1. To generate the access token, navigate to the Authentication API: Authorization → login → Authentication API
  2. Click on the Authorization tab and verify the following configuration:
  3. Auth Type: OAuth 2.0 and Add authorization data to: Request Headers.
  4. Header Prefix: Basicand Combine the username and password using a colon (:). Encode the combined string using Base64. You may use any Base64 encoder.
  1. Click Header tab to add the following header details.

Step 6: Generate Access Token

  1. Click Send.
  2. On success, the response will return: accessToken, refreshToken, expiresIn.

Step 7: BearerToken

Use the returned accessToken as a Bearer token in the Authorization header for all secured V4 API requests. For more information refer to Bearer Token

Step 8: Execute the API Request and View the Response

You are now ready to execute Azuga V4 APIs.

  1. From the Azuga_V4 Postman Collection on the left, expand the relevant module(eg. Vehicles) and select the API endpoint you want to test.
  2. Go to the Params or Body tab and enter the required values. If any optional parameters are not needed, make sure to uncheck them before sending the request.
  3. Click the Send button to execute the API.
  4. The API response will be displayed in the Response panel at the bottom.This confirms that the request was processed successfully and the API is working as expected.