CT
Asked
I’m having issues connecting to my api configured, i already read the documentation and tried different ways to get the Json data, I’m start thinking that it may be my hosting provider but want to ask here first for more help. I am letting the steps that i followed.
- I already enable and configured API settings, pic#1
- I Tried: https://xyz.com/sma/api/v1/products?include=brand,category&api-key=xxxxxxxxxx (replacing xyz as domain, and xxxxxxx as diferents api keys)
- It always show me error 404 (pic#2)
- If you think that may be my hosting provider, which file do you recommend check, also I’m planning to migrate to a vps
Attachments
- CTAnswered
I already spoke with my hosting provider, they told me that I do not have any type of restriction to make get calls through the API
- MSAnswered
Hello,
You only need to add
sma/
if you have installed the item inside thesma
folder. Otherwise you can try https://xyz.com/api/v1/products?include=brand,category&api-key=xxxxxxxxxxThank you
- Login to Reply