For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get the visitor attributes JSON schema for an adaptive content site

Returns the JSON schema that defines the visitor attributes expected by an adaptive content site. Adaptive content uses these attributes (e.g., user role, plan tier) to conditionally show or hide content sections. Use this to understand what visitor data must be provided when rendering adaptive content.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
siteIdstringRequired

The unique id of the site

Responses
200

The JSON schema that defines the attributes expected from a visitor of the Adaptive content site.

application/json
objectstring · enumRequiredPossible values:
updatedAtstring · date-timeRequired

When the adaptive schema was updated.

get/orgs/{organizationId}/sites/{siteId}/adaptive-schema

Last updated

Was this helpful?

Powered by GitBook