Create a hosted or embedded view
Mint a scoped, component-gated hosted page or origin-restricted iframe composition. The response contains the bearer token once; keep it private.
Authentication
AuthorizationBearer
Use Bearer <api-key>.
Headers
BCTRL-Subaccount-Id
Optional effective subaccount context for organization API keys. Subaccount API keys are already scoped and cannot use this header to act as another subaccount.
Request
This endpoint expects an object.
scope
components
Optional content and notification surfaces for the View.
control
Allow live browser interaction and actions from the notification center.
expiresInSeconds
View lifetime in seconds. Defaults to 8 hours; maximum 30 days.
presentation
Hosted presentation by default; use embedded with explicit allowed origins.
Response
Created
HostedViewCreateResponse
OR
EmbeddedViewCreateResponse
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error

