我正在集成piano.io API。请参阅
https://docs.piano.io/api/?endpoint=post~2F~2Fpublisher~2Fusers~2Fget
我从仪表板中找到了api_token,并使用了名为端点(/user/access/get)的令牌。但它返回了401错误。
响应:
{
"code": 401,
"ts": 1623177101,
"message": "Unable to find user for given API token"
}如果您有此API的经验,请快速帮助我。
发布于 2021-09-02 11:24:48
https://stackoverflow.com/questions/67893260
复制相似问题