Magento 2 custom API working for Bearer Token and not working for OAuth1.0
I have created a custom API endpoint to retrieve data from a custom table in magento 2. Webapi.xml file content <route url=”/V1/bs-customer-price-information/:email/:website_id” method=”GET”> <service class=”BSKoRPricingApiKoRPricingRepositoryInterface” method=”getPriceListByCustomerAndWebsite”/> <resources> <resource ref=”Magento_Catalog::products”/> </resources> </route> This endpoint giving result with Bearer Token. If I… Read More »Magento 2 custom API working for Bearer Token and not working for OAuth1.0