EaserixDocs
DevelopersAPI referenceAuth & accountsTools

Tool access matrix

Any member. Always exactly the seven known tools, in canonical order.

View as Markdown
GET
/v1/orgs/{id}/tools
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/orgs/string/tools"
{  "tools": [    {      "tool": "string",      "enabled": true    }  ]}