Magento2 बाकी API के लिए उपभोक्ता% संसाधनों तक पहुंचने के लिए अधिकृत नहीं है
मैंने एक नया ग्राहक बनाया और पूरी तरह से टोकन प्राप्त कर लिया, लेकिन जब मैं किसी भी एपीआई को एक्सेस करने की कोशिश करता हूं http://myhost.com/index.php/rest/V1/customers/me?Authorization=Bearerhy23vc01x9s1jd2t8gho47g58trllc0b त्रुटि मिल गई <?xml version="1.0"?> <response> <message>Consumer is not authorized to access %resources</message> <parameters> <resources>self</resources> </parameters> <trace>#0 /var/www/myhost.com/public_html/vendor/magento/module-webapi/Controller/Rest/RequestValidator.php(70): Magento\Webapi\Controller\Rest\RequestValidator-&gt;checkPermissions() #1 /var/www/myhost.com/public_html/vendor/magento/module-webapi/Controller/Rest/InputParamsResolver.php(80): Magento\Webapi\Controller\Rest\RequestValidator-&gt;validate() #2 …