Crafter Studio API
There are 2 versions of Crafter Studio APIs. API version 2 contains the User and Group Management, UI, Cluster, Sites, Search, Audit, Monitoring, CMIS, Repository, Content and Schemas APIs. All other APIs are in API version 1.
Note
This API is protected using a CSRF Token so all POST
, PUT
and DELETE
calls need to
include a cookie and a header with a matching value to work. The name of the cookie must be
XSRF-TOKEN
and the header X-XSRF-TOKEN
.
For more information on using Crafter Studio APIs, see Working with Crafter Studio’s APIs