Authentication v1
- Identity APIs
- User
- Address
- Auth
User Self Service APIs
- Introduction
- User Self Service APIs
- Authentication APIs
Experiences v2 (XM v2)
Experiences v1 (XM v1)
- XM
- Pages
- Global Components
- Menu
Product Catalog
- Product Catalog
- Category
- Product
- Attributes
- Bulk Import
Orders v2 (OMS v2)
- Order Management System
- Order
- Order Attribute
- Developer Guide
- Order Return
- Payment Status
- Package Tracking
- Cross Border
- Order Cancellation
- Appeasement
- Allocation
- Configuration
- Fraud Configuration
- Target Configuration
- Location
- Location Attribute
- Inventory Network
- Inventory
- Inventory Counter
- Inventory Bulk Operation
- Inventory Attribute
- Inventory Upload Log
- Shipment
- Shipping Method
- Webhook
- Notification
- Export
- Invoice
- Fraud
- Backorder Preorder Reservation
- List
Orders v1 (OMS v1)
- Order Management System
- Cart
- Bill To
- Ship To
- Wishlist
- Cart Decoupled
- Warehouse
- Inventory
- Attributes
- List
- Tax/Address Validate
- Shipping
- Payments
- Order
Offers v2
- Offers
- Developer Guide
- Promotion
- Price Kind
- Dynamic Pricing Engine
- Segment
- Coupon
- Coupon Codes
- Product
- Price List
- Attributes
- Item
- Price Guard
- Global Exclusion
- Upload Price CSV
- Pricing
- Redemption
- Exports
Offers v1
- Offers
- Login API
- Promotions
- Pricing
Subscriptions (SMT API)
- Subscriptions API
- Cancellation Reasons
- Subscription Discounts
- Subscriptions
- Subscribers
- Orders
Loyalty (Member)
- Member APIs
- Inquire
- Discounts
- Redeem
- Earn
- Members
Dropship
- Dropship API
- Shipments
- Products
- Invoices
- Connections
- Inventory
- Developer Guide
- Returns
- Orders
Cart API
- Cart
- Order Draft
- Attribute
- Adjustments
- Shipping
- Cart
Checkout API
- Checkout
- Checkout
Customer
- Core Concepts
- Customer Service
- Organization
- User Party
- Organization Group Addresses
- User Internal Party
- Organization Contracts
- Party
- Party Contracts
- Contracts
- User
- Search
- User Trait
- Organization Users
- Address
- User Address
- Trait
- Party Address
- Party Trait
- Organization Group Users
- Internal Party
- Contract Pricelist
- Internal Parties Party
- Account
- Party Account
- Organization Addresses
- Organization Groups
- Individual Addresses
- Users Organization
- Individual
Get meta information about live pages
Get all the meta information such as name, url, channels, and SEO fields.
curl --request GET \
--url https://cdn.xm.fabric.inc/api/v2/pages/metadata
{
"size": 10,
"nextCursor": "H796HJHGANLSADS",
"data": [
{
"id": "5f328bf0b7c15700071233b9",
"name": "HomePage",
"updatedAt": "2021-09-09T21:03:29.617Z",
"publishedAt": "2021-09-09T21:03:29.617Z",
"metadata": {
"url": "/home",
"channels": [
"00SZAU",
"02SZCA"
],
"seoFields": {
"title": "SEO",
"description": "SEO description",
"metadata": [
{
"name": "background-color",
"content": "white"
}
]
}
}
}
]
}
Query Parameters
Comma-separated list of channel IDs
Number of records to be returned
1 < x < 100
Record pointer to get items after the specified record
15
Response
200 response object
Number of records to be returned
1 < x < 100
Record pointer to get items in the next data set
15
Page ID
Page name
Timestamp of when the page was last updated
Timestamp of when page was last published
Page metadata
Page URL
Page channels
SEO fields
SEO field name
SEO field description
Timestamp of SEO field creation
Timestamp of when SEO field was last updated
list of metadata associated with the SEO field
Metadata name
Metadata content
Virutal ID associated with the SEO field metadata
Timestamp of metadata creation
Timestamp of when metadata was last updated
Virtual ID associated with the SEO field
Was this page helpful?
curl --request GET \
--url https://cdn.xm.fabric.inc/api/v2/pages/metadata
{
"size": 10,
"nextCursor": "H796HJHGANLSADS",
"data": [
{
"id": "5f328bf0b7c15700071233b9",
"name": "HomePage",
"updatedAt": "2021-09-09T21:03:29.617Z",
"publishedAt": "2021-09-09T21:03:29.617Z",
"metadata": {
"url": "/home",
"channels": [
"00SZAU",
"02SZCA"
],
"seoFields": {
"title": "SEO",
"description": "SEO description",
"metadata": [
{
"name": "background-color",
"content": "white"
}
]
}
}
}
]
}