This is the early access documentation preview for Custom Views. This documentation might not be in sync with our official documentation.

Frontend APIs

The Frontend APIs expose the following HTTP APIs to request information from your frontend application and to insert information into your backend system.

  • Context

    The Context API returns information about the deployment environment and locales.

  • Page

    The Page API returns the page structure and data required for rendering the published page.

  • Page preview

    The Preview API returns the page structure and data required for rendering a page preview.

  • Action

    The Action API executes an action extension and returns the response from the extension.