Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

REST API docs #503

Open
ariaenggar opened this issue Jul 23, 2020 · 2 comments
Open

REST API docs #503

ariaenggar opened this issue Jul 23, 2020 · 2 comments

Comments

@ariaenggar
Copy link

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.

@enrico-atzeni
Copy link

Me too, from the website API Documentation points here:
https://demo.treopim.com/apidocs/index.html

But it seems demo.treopim.com is unreachable

@ariaenggar
Copy link
Author

ariaenggar commented Aug 22, 2020

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 : in front of url
e.g. http://:@/api/v1/Product

Update:

Since TreoPIM is based on EspoCRM, I think we can use the documentation from EspoCRM here: https://docs.espocrm.com/development/api/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants