Page 1 of 1
Opencart 2.0 API
Posted: Mon Feb 16, 2015 1:19 am
by vjprakash
Just saw a menu in System->Users->API in opencart 2.0 .
I have no idea for what it is asking for username and password.
Please help me with it for what it is used?
Is it for some restful api or something else?
Re: Opencart 2.0 API
Posted: Mon Feb 16, 2015 8:51 pm
by jker
if you dont know what is this leave it

Posted: Mon Feb 16, 2015 10:48 pm
by madimar
there is not documentation about it but it is exactly related to some available restful api.
M
Re: Opencart 2.0 API
Posted: Mon Feb 16, 2015 11:10 pm
by pm-netti
vjprakash wrote:Just saw a menu in System->Users->API in opencart 2.0 .
I have no idea for what it is asking for username and password.
Please help me with it for what it is used?
Is it for some restful api or something else?
This is related to the fact that the PHP CURL functions to be contacted by admin page of the catalog side to the directory catalog/controller/api ( so: yourstore.com/index.php?route=api/"filename" ).
API user information is mandatory.
Re: Opencart 2.0 API
Posted: Thu Feb 19, 2015 10:57 pm
by vjprakash
how to login in this api.
With what parameters should i send the username and password to access the api?

Re: Opencart 2.0 API
Posted: Fri Feb 20, 2015 4:02 am
by vjprakash
can any one give an example of , how to access a category using restful api of opencart 2.0