Miradore web service is a REST based interface which enables third-party systems and applications to exchange XML data with Miradore server using HTTP methods.
Miradore web service enforces HTTP basic authentication combined with Miradore built-in authorization on each request, meaning that each request must contain user credentials within HTTP Basic Authorization header. To be authorized, user credentials must belong into a built-in Miradore user group "Web service readers" for get operation and "Web service writers" for create, update and delete operations.
In Miradore, user credentials can be managed in "Administration > Permissions > User accounts view".
See also
Miradore web service integration guide