Progress Kemp maintains the LoadMaster RESTful API documentation based on the latest LoadMaster Generally Available (GA) firmware version.

Here are the URLs to the Postman-hosted LoadMaster RESTful API documentation:
https://loadmasterapiv1.docs.progress.com/
https://loadmasterapiv2.docs.progress.com/

Progress Kemp also provides a zip file that contains:
 - A JSON file export of the LoadMaster RESTful API collection for the relevant firmware version
 - This readme file that explains how to import the collection to your Postman instance, set the collection-level variables, and search through the documentation

Import the collection
=====================
To import the collection to your Postman instance, follow these steps:
1. In Postman, click the three lines in the top-left, go to File, and click Import.
2. Click the files link.
3. Browse to and select the JSON file.
4. Click Open.
5. Click Import.

Set collection-level variables
=====================
After you import the collection, you can then set the collection-level variables that are used throughout the commands. To do this, follow these steps:
1. Click Collections.
2. Click the LoadMaster RESTful API Documentation collection.
3. Click Variables.
4. Set the value of the variable.
5. Click Save.

After correctly setting the value of the relevant variables, you should be able to run the commands in the collection successfully against the specified LoadMaster.

Searching
========

Unfortunately, the Postman-hosted documentation does not have a search feature. There are two open feature requests relating to this - please comment on these if you want to express interest to Postman to get search functionality added:
 - https://github.com/postmanlabs/postman-app-support/issues/3747
 - https://github.com/postmanlabs/postman-app-support/issues/4905

Here are some instructions on how you can search through the LoadMaster API documentation:
1. Import the collection (as outlined above) into Postman.
2. In the Postman desktop application, click "Find and replace" in the bottom-left corner.
3. Enter your search term.
4. Select the "Choose entities to find in" radio button.
5. Tick "Collections" and select the relevant LoadMaster RESTful API Documentation collection.
6. Click "Find".
7. On the right, select "Collections".
8. In the relevant result, click the "Open in builder" link on the right. This opens the related content.