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

Request

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

Path Parameters

projectId
string
required
The project ID

Headers

Authorization
string
required
Bearer token using your developer key

Response

Returns an array of available tool types with their metadata schemas.

Example

curl https://api.pathors.com/v1/projects/{projectId}/tools/types \
  -H "Authorization: Bearer dk_your_key"