Introduction
The Content Management API can be used to get, create and update a single document, page or resource bundle at a time.
Development project scope
All operations are performed within the context of a developer project, and all writes are performed on an unpublished variant of a page or document associated with the project.
Authorization
The Content Management API is a protected management API and requires authorization using a token. See API Authorization for instructions on how to obtain and use a token.
Updates and conflict prevention
When updating an existing resource, you must include the entire resource including all its existing unchanged properties. It's not possible to update only a subset of properties. Read more about how to handle updates and conflict prevention.
API Reference
- Content Document Operations
- Content Page Operations
- Content Resource Bundle Operations
- Open API Specification (JSON) (Open in Swagger)
Developer tools
To aid developers in working and learning the Content Management API, the following tools and resources are provided:
Public Environment
In case you don't yet have access to a Bloomreach environment, you can easily Log in to the Public Developer Environment. Follow the instructions to retrieve an authentication token and easily explore the APIs.
Run in Postman
Easily fork the Content Management API collection and try the endpoints in Postman. The advantage is that in Postman we offer many examples of how the endpoints can be used.
The only thing needed to use the Postman collection is to setup the environment variables:
brxHost
: the URL of your Bloomreach Content environmentx-auth-token
: the Authentication token
/