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: Bearer <token>'
{
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Path Parameters

projectId
string
required

The ID of your project

Response

OK

data
string[]
required