Magento 2 Rest API从会话令牌获取客户ID(React Native App)

时间:2019-03-27 19:00:19

标签: magento magento2

我正在使用React Native应用程序,在他们登录应用程序或任何其他客户信息后,我无法在API文件或文档中看到如何从会话令牌中检索客户ID。

1 个答案:

答案 0 :(得分:0)

我能够使用标头将其定位为端点YOUR_HOST.com/rest/V1/customers/me

{
  "Content-Type": "application/json",
  Authorization: "Bearer adkfvllaskYOUR_SESSION_TOKENasdfasf"
}