GET tools
This section describes how to use the GET tools.
Use the GET tool(s) endpoints to:
- Retrieve the list of the tools. Utilize the
/api/v1/tools(GET) endpoint as detailed below to get the list of the tools that are part of the tenant. - Retrieve details of a single tool. Utilize the
/api/v1/tools/{tool_guid}(GET) endpoint as detailed below to get the details of a single tool.
Use these details in the GET tool:
-
Retrieve the
guidvalue from the/api/v1/toolsendpoint using a GET request. -
Specify the retrieved
guidin thetool_guidparameter of the/api/v1/tools/{tool_guid}method.