Core API

The Core API allows you to interact with your channel and it's data. We actually use the same API, so anything that can be done in Lucent CMS's UI you can do using this API on a channel level.

All the parameters of POST and PUT requests should me submitted inside the data object:

{
    "data": {
        "id": "An id",
    	...
    }
}