Public shared-document viewer (unauthenticated)
/api/v1/public/documents/{token}Resolve a share token to the stored HTML page. Returns 404 for unknown, expired, or revoked tokens — the three are indistinguishable on purpose. Rate-limited per IP.
Authentication
Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.
Parameters
Path
tokenstringrequired
Responses
422Validation Error
Schema: ErrorResponse
errorstringrequiredError category:
validation_error,unauthorized,forbidden,not_found,conflict,rate_limited,server_error, orservice_unavailable.messagestringrequiredHuman-readable explanation, safe to show to end users.
codestringrequiredStable machine-readable code in
CATEGORY_NNNform (e.g.NOT_FOUND_006,AUTH_010,GEN_002).request_idstringCorrelation id for support requests. Echoes the
x-request-idrequest header when one was supplied.errorsobjectField-level validation messages keyed by field name. Present on 400/422 validation failures only.