Magento 1.9 API

0

Good afternoon, I have a problem accessing the apento page of magento 1.9

I've tried it anyway

/index.php/api/rest/
/api/rest/

And everyone returns 404, can anyone help?

Att;

    
asked by anonymous 28.08.2018 / 17:02

2 answers

0
          • SOAP API

According to documentation

  • You can load WSDL in the SOAP client through the links: "/ api /? wsdl"; "/ soap /? wsdl"; and from the version "/ api / v2_soap? wsdl = 1"

  • If you want to use ML-RPC the link to load in the XML-RPC client is "/ api / xmlrpc /"

          • Reset API
  • To use reset api the link is "/ api / rest / "... example" api / rest / customers "(list of customers)

28.08.2018 / 19:10
0

I got it, it was my .htaccess that was different from the default, I took one of the magento default and threw it worked.

Thank you

    
29.08.2018 / 01:00