首页 > 解决方案 > Magento 2 Rest API 从会话令牌(React Native App)中获取客户 ID

问题描述

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

标签: magentomagento2

解决方案


我能够YOUR_HOST.com/rest/V1/customers/me用标题定位这个端点:

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

推荐阅读