Experiences Management API
Introduction
The Experiences Management API allows you to programmatically manage experiences, templates, component types, design tokens, fragments, and data assemblies within your Contentful spaces.
All endpoints are scoped to a specific space and environment.
Basic API information
API Base URL
https://api.contentful.comThis is a read/write API
Authentication
To use the Experiences Management API, you need a Content Management API access token. Include it in the Authorization header:
Authorization: Bearer <cma_token>
Learn more about authentication.
Version locking
When updating or deleting a resource, include the current version in the X-Contentful-Version header to prevent conflicts.
Pagination
Collection endpoints use cursor-based pagination. Use the limit query parameter to control page size, and pageNext/pagePrev cursor tokens to navigate between pages.