REST API docs
I'm looking for REST API docs (for developers), the link in the Readme only points to https://github.com/treolabs/treopim/tree/master/docs that contains user guide and administration guide.
Anyone know where to look? I need to connect treopim to prestashop.
Me too, from the website API Documentation points here: https://demo.treopim.com/apidocs/index.html
But it seems demo.treopim.com is unreachable
The only thing I found useful is by using the XHR url from browser dev tools.
e.g. for Product list: /api/v1/Product
The authentication method is basic auth so you must prepend
Update:
Since TreoPIM is based on EspoCRM, I think we can use the documentation from EspoCRM here: https://docs.espocrm.com/development/api/