Truora
Connector for the truora API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.truora.com - Auth:
header:Truora-API-Key(pass your key via theapiKeyinput)
Operations
listchecks— GET /v1/checks — List Checksgethealthdashboard— GET /v1/checks/health — Get Health Dashboardgetcheck— GET /v1/checks/{check_id} — Get Background Checklistcheckdetails— GET /v1/checks/{check_id}/details — List Check Detailsgetpdf— GET /v1/checks/{check_id}/pdf — Get PDFlistscoreconfigs— GET /v1/config — List Score Configurations
Inputs
apiKey— your truora 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: listchecks
apiKey: <your key>