Returns currently active personalization variants for the requested pages.
Security
Bearer
The collection of pages, by their identifier and language, for which to get personalization variants.
- Production serverhttps://xmapps-api.sitecorecloud.io/api/v1/aggregation/pages/live/variants
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json
- text/json
- application/*+json
curl -i -X POST \
https://xmapps-api.sitecorecloud.io/api/v1/aggregation/pages/live/variants \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '[
{
"id": "8f0b81bc-7388-46be-b109-6e73d1114470",
"language": "en-US"
}
]'Response
{ "pages": [ { … } ] }