Skip to content

REST API#

CopyFactory API is available as a REST API.

This section describes how to interact with the application using the REST API.

Documentation structure#

Each request to CopyFactory using the REST API is synchronous, that is, the server sends a response only after completion of the desired command (for example, receiving data or creating a new order). Each section below contains a description of the request, request parameters, and possible responses. There are also examples of requests and responses.

Testing the API#

You can use Swagger documentation in order to test the REST API. It explains each feature of the MetaApi REST API and allows you to invoke the API via web UI.