Skip to content

REST API

Gordan Krešić edited this page Nov 25, 2016 · 36 revisions

Mentor exposes several REST services nested under

<base-mentor-url>/api/

By default, base-mentor-url is http://localhost:1800

All services return responses in JSON format.

For testing purposes, we recommend command line utility curl or Chrome extension Postman.

Parameter formats

All parameters must be URL-encoded.

Clone this wiki locally