How to use the legacy API¶
This page is related to the legacy Landscape API. For the newer REST API (v2), see How to make a REST API request.
You can use the Landscape legacy API primarily through HTTPS calls, but you can also access it through the command line, shell script, or a Python module.
For details on how to use the legacy API with HTTPS and a JWT, see How to use the legacy API via HTTPS requests.
For details on how to use the legacy API command-line client (snap), see How to use the legacy API command-line client.