You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@msliman if you take a look at webapi.xml, you will find methods, that does not require authorization (admin token).
E.g." curl "http://mystore.com/index.php/rest/V1/blog/post/view/:id/:store_id" - to get post data by id and store_id
curl "http://mystore.com/index.php/rest/V1/blog/post/list/:type/:term/:store_id/:page/:limit" - to get post list by different parameters (Magefan\Blog\Model\PostManagement::getList)
curl "http://mystore.com/index.php/rest/V1/blog/category/view/:id/:store_id" - to get category data by id and store_id
Hi, I am using the API of the extension for the mobile app, but I don't want to use admin token for security wise, How can i use customer token?
The text was updated successfully, but these errors were encountered: