SS
Asked
There are some get request APIs are there in documentation but after installation get APIs are giving an error when after reading in doc i found that there is API key feature have to enable but i did not find that option inside front-end settings. and i tied to make custom post requests also but it shows 404 route not found. How can i enable the post request APIs.
- EGAnsweredHello,
You will need to first enable API feature via the `System settings` page, after which the `API key` link will appear under `Frond End` menu link.
See screenshots below.Attachments - MSAnswered**[Enyinnaya Gift](/u/giftedhands4real)** Thank you for helping me :)
**[@sikarwar software](/u/krishnapss)** The APIs at the moment only have few endpoints as mentioned the documentation.pdf and those all are `GET` methods. There is no `POST` method to request.
Thank you - EGAnsweredJust in case you need modifications for API on `POST` method request.
Example. `Login`, `Register User`, `Add product to Cart`, `View Cart`, `Remove Cart Item`, `Empty Cart`,` Checkout/Place Order`, `Get Order Details` etc.
Please contact me via `[email protected]` or `[email protected]`.
**I have done similar modifications for a happy client and can provide a test/demo link you.**
I am an **independent developer** that knows the system well.
@ **Mian Saleem** is aware of my presence here.
Thanks. - NAnsweredAre there no POST calls in the API?
- MSAnswered**[NishirJi](/u/nishirji)** No. Only get at the moment. Thanks
- Login to Reply