Skip to main content
POST
Unlock full event access

Authorizations

Authorization
string
header
required

Send the full Business API key from Settings -> API Keys, for example Authorization: Bearer sk_your_api_key.

Headers

x-call-source
enum<string>

Identify the caller as api or agent for usage attribution. Defaults to api when omitted.

Available options:
api,
agent

Path Parameters

id
string
required

Lensmor event identifier returned as id or eventId by event responses.

Required string length: 1 - 100

Response

Business-error envelope when the caller has no active paid subscription

HTTP 200 business-error envelope returned when an active paid subscription is required.

code
integer
required

Business code returned in an HTTP 200 response for this paid-feature guard.

message
string
required

Human-readable explanation suitable for logs or user-facing error handling.

errorKey
string
required

Stable machine-readable error key for a feature unavailable to free users.

Allowed value: "USER_HAS_NO_FEATURE"
traceId
string
required

Request trace identifier to include in support or incident reports.

details
any

Optional structured error details; normally omitted for this business guard.