Skip to content
EN

What is Integration API?

Last updated

Integration API lets external services manage and operate on data inside Re:Earth CMS. Once authenticated, it supports operations such as:

  • Retrieving and managing project data
  • Creating, updating, and deleting models, items, and schemas
  • Registering assets, adding comments, and other operations

If you want to read or create published data without authentication, use Public API instead.

Here are Integration API’s key characteristics.

CharacteristicDescription
Create, update, and delete any resourceItems, assets, models, and any other resource in the CMS can be created, updated, and deleted. Unpublished models, items, and assets are also accessible.
Authentication requiredRequires authentication with an integration token.
RESTful APIA REST-compliant design using standard HTTP methods (GET, POST, and so on).

Start with Creating an Integration to issue an integration token.