Watchful
Connector for the watchful API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://watchful.li/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getaudits— GET /audits — Get a list of auditsgetfieldsaudits— GET /audits/metadata — Get the list of fieldsgetauditbyid— GET /audits/{id} — Find audit by IDgetextensions— GET /extensions — Get a list Extensionsgetfieldsextensions— GET /extensions/metadata — Get the list of fieldsgetfeedbacks— GET /feedbacks — Get feedbacks
Inputs
apiKey— your watchful API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getaudits
apiKey: <your key>