Skip to content

Client status portal

A client portal is a read-only, tokenized status page for a single product. Anyone with the link sees the current conformance score, the scan-history trend, and every published VPAT — no account required. It turns a one-time deliverable into an ongoing relationship the client watches themselves.

Dashboard: on a product, open the Portal links manager and create a link. API:

Terminal window
curl -X POST \
https://api.wholisphere.ai/v1/orgs/{orgId}/products/{slug}/portal-links \
-H "x-api-key: $WHOLISPHERE_API_KEY"

The response includes the public URL:

https://api.wholisphere.ai/v1/public/portal/{token}

List or revoke links:

GET /v1/orgs/{orgId}/products/{slug}/portal-links
DELETE /v1/orgs/{orgId}/products/{slug}/portal-links/{id}

What the client sees

  • Current conformance score for the product, from the latest scan.
  • Trend across scan history — the quarterly-progress story, without you assembling a deck.
  • Published VPATs — each pinned to an immutable version, with the tamper-evidence footer (canonical URL + SHA-256) so an edited copy won’t match.

The token is unguessable and read-only; revoke it any time to cut access. Nothing on the portal exposes your dashboard, other products, or org settings.