API Docs / Operations / Data Forms / Create Client Preview Link

Create Client Preview Link

POST /tenants/{tenant}/data-forms/{code}/client-preview

Creates a short-lived (5 min) portal URL for staff to preview the form exactly as a specific client would see it. Access is gated by client visibility restrictions.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
{
  "clientCode": "string"
}

Responses

401 Unauthorized – Invalid or missing API key
404 Not Found