Contentstack introduces the Agentic Experience Platform | Press release
Contentstack introduces the Agentic Experience Platform | Press release
Contentstack.comAcademyLogin
CS-log-dark.svgCS-log-dark.svg
  • Changelog
  • APIs
  • SDKs
  • Solution Center
  • Marketplace
  • Changelog
  • Developers & IT
  • Business users
  • Digital leaders
  • Developer Fast Track
  • Plans & Pricing
  • Retail
  • Travel and tourism
  • Financial services
  • Technology
  • Manufacturing
  • E-commerce
  • Localization
  • Personalization
  • Portals and knowledge bases
  • Academy
  • Docs
  • Product updates
  • Contentstack on Contentstack
  • Blog
  • Insights and analyst reports
  • Webinars
  • Podcasts
  • Glossary
  • Content generative library
  • Community
  • Headless CMS
  • Composable AXP
  • Personalization
  • CDP
  • Case Studies
  • Customer Care
  • Contentstack Experience Awards
  • Customer support
  • Overview
  • Find a partner
  • Login
  • About us
  • News
  • Customer support portal
  • Contact
  • Facebook
  • LinkedIn
  • Instagram
  • GitHub
  • YouTube
  • Discord
  • X

Platform

  • Solution Center
  • Marketplace
  • Changelog
  • Developers & IT
  • Business users
  • Digital leaders
  • Developer Fast Track
  • Plans & Pricing

Solutions

  • Retail
  • Travel and tourism
  • Financial services
  • Technology
  • Manufacturing
  • E-commerce
  • Localization
  • Personalization
  • Portals and knowledge bases

Resources

  • Academy
  • Docs
  • Product updates
  • Contentstack on Contentstack
  • Blog
  • Insights and analyst reports
  • Webinars
  • Podcasts
  • Glossary
  • Content generative library
  • Community
  • Headless CMS
  • Composable AXP
  • Personalization
  • CDP

Customers

  • Case Studies
  • Customer Care
  • Contentstack Experience Awards
  • Customer support

Partners

  • Overview
  • Find a partner
  • Login

Company

  • About us
  • News
  • Customer support portal
  • Contact

Social

  • Facebook
  • LinkedIn
  • Instagram
  • GitHub
  • YouTube
  • Discord
  • X
LegalTermsPrivacyTrust Center

Cookie settings

Copyright © 2026 Contentstack Inc. All rights reserved.

AI Assistant

Ask a question below...

infoAI responses may contain mistakes.
/
  1. Home
  2. APIs
  3. Personalize Edge API
  4. Manifest

Manifest

markdownView as Markdown

Manifest is a list of all active experiences and the corresponding variants in those experiences activated for the current user.

Get Manifest

GEThttps://personalize-edge.contentstack.com/manifest

Get Manifest

The Get Manifest request fetches all the active variants for experiences in a project.

Active variants are returned as a list of experiences in the Response body with the Experience Short UID and Active Variant Short UID for each item in the list.

The list also reflects the order of the priority for each of the experiences, the items in the response higher up in the list have the higher priority.

If you run the API call without the user UID, it automatically generates a random user UID, which you can use for other subsequent calls.

Note: A variant will be null when the experience is disabled or when the user does not satisfy the criteria for any variant.

Sample Response
Status|200 OK
123456789101112
{
  "experiences": [
    {
      "activeVariantShortUid": "0",
      "shortUid": "1"
    },
    {
      "activeVariantShortUid": "1",
      "shortUid": "2"
    }
  ]
}
Hide Parameters

Query Parameters

tags[]optionalstring

Filter experiences by tag. Only experiences that have at least one matching tag are included in the response (OR semantics, case-insensitive). When omitted, all eligible experiences are returned. A maximum of 10 tag values may be provided.

Headers

x-project-uidrequiredstring

Enter the Project UID

x-cs-personalize-user-uidoptionalstring

Enter the Personalize User UID

x-forwarded-foroptionalstring

Enter the user's IP Address. This is used to determine the user's location. If not provided, the IP address is automatically determined from the request.

user-agentoptionalstring

Enter the user's User Agent string. This is used to determine the user's device and operating system.

refereroptionalstring

Enter the Referrer URL. This is used to determine the Referrer.

x-page-urloptionalstring

Enter the user's current page URL. This is used to determine the query parameters on the user's current page.

x-live-attributesoptionalstring

Enter the custom attributes to be used as live attributes. This allows using the attributes directly when fetching the manifest for real-time variant evaluation.