If you are looking to make use of the Lansweeper API, there's no way to "view" it, but instead you will use an application like Postman (mentioned above) to make calls to the Lansweeper API:
Lansweeper Cloud offers an Integration Framework and API that lets you access assets via REST and GraphQL endpoints.
To use it, you first create an API client in the Lansweeper Cloud UI:
Go to Settings → Developer tools → Add new API client.
Choose Personal Access Token, give your client a name (and optionally a description/image), then save and copy the generated token. docs.axonius.com
Once you have the token, you can use Postman (or a similar API tool such as Insomnia) to make API calls.
Step What to Do
1. | In LS Cloud: Go to Settings → Developer Tools → Add New API Client → Personal Access Token to create a token. docs.axonius.com |
2. | Install and open Postman (or another REST client). |
3. | Use the token (as a bearer token in headers) to access LS Cloud’s APIs via REST or GraphQL endpoints. |
4. | To explore and test endpoints, use Postman’s features: collections, authentication scripts, automation, etc. |
API Documentation: https://developer.lansweeper.com/docs/data-api/get-started/welcome/
And if you're new to using API's like I was, this could be helpful: https://academy.postman.com/path/api-beginner
------------------------------------------------
Union Home Mortgage's "Lansweeper Guy"
------------------------------------------------