What is the URL to make REST requests on magento?
My Magento install is running at server root on http://myserver.com/, without a magento directory.
How do I know the URL?
All URLs in REST API have the following base URL.
http://myserver.com/api/rest/
For example if you want the list of customers in Magento, using a GET HTTP method:
http://myserver.com/api/rest/customers
where
http://myserver.com/api/rest/ - endpoint
/customers - action URL
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With