Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
tools
/
{toolId}
Get Tool
curl --request GET \
  --url https://api.pathors.com/v1/projects/{projectId}/tools/{toolId} \
  --header 'Authorization: <authorization>'

Request

GET https://api.pathors.com/v1/projects/{projectId}/tools/{toolId}

Path Parameters

projectId
string
required
The project ID
toolId
string
required
The tool ID

Headers

Authorization
string
required
Bearer token using your developer key

Response

Returns the tool object, or 404 if not found.