Skip to main content
GET
/
tools
/
{org_id}
/
{tool_id}
/
versions
List Tool Versions
curl --request GET \
  --url https://api.example.com/tools/{org_id}/{tool_id}/versions \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required
tool_id
string
required

Response

Successful Response