Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Magento 1.7 REST API url?

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?

like image 891
Fakada Avatar asked Jan 27 '26 10:01

Fakada


1 Answers

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
like image 108
mram888 Avatar answered Jan 29 '26 03:01

mram888



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!