Skip to main content

API Reference

The Wiselook public API. Every endpoint here is reached through the gateway under /v1/{resource} and authenticated with a bearer token — see Authentication for how to get one.

Services

ServiceWhat it exposes
IdentityCanonical user accounts (public surface).
TenancyWidget bootstrap + visitor-session minting.
CatalogMethodologies, competencies, ECOs, questions.
AssessmentEvaluations — create and read assessment runs.
AI ServiceClaire's chat + voice surface; transcript reads.

Conventions

  • Base URL: https://<WISELOOK_HOST>/v1/…
  • Auth: Authorization: Bearer <token> on every call.
  • Errors: the {code, detail, extra} shape — branch on code.
  • Versioning: the version is at the path root; breaking changes ship under /v2/.

These reference pages are generated from each service's OpenAPI spec, so they always match the deployed contract. The request/response schemas and the "try it" console below come straight from the spec.