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 guid value from the /api/v1/tools endpoint using a GET request.

  • Specify the retrieved guid in the tool_guid parameter of the /api/v1/tools/{tool_guid} method.