Enter to Swagger UI¶
Universe MDM products use REST APIs to exchange data between modules within the system, to communicate between products (such as MDM and DG), and third-party systems.
The main documentation on working with the REST API is contained in the Swagger UI: a list of requests, a description of parameters, etc.
Note
REST services are available into Swagger at http://<host>:<port>/universe-backend/api
. For example, http://localhost:8081/universe-backend/api or http://universe-service/universe-backend/api.
REST services are separated by function, and correspond to the module architecture. For example, the v2/draft service is responsible for draft-related queries, and v1/license for licensing.