如何获取 api 用户名和密码以使用 jet.com API

How to get api username and password for using jet.com APIs

我正在整合 jet.com APIs。第一步是生成令牌。 为此,我需要 API user 作为用户名和 secret 作为密码。 不知道从哪里获得 API 用户和密码..

给出的例子: https://developer.jet.com/security

您可以在 https://partner.jet.com/ 左侧导航栏的 "API" 选项卡中检索您的用户密钥和密钥。

您可以通过向 https://merchant-api.jet.com/api/token 发送一个带有您的密码和用户的 POST 请求来生成您的令牌。