TestFairy "No permissions" 使用 REST

TestFairy "No permissions" using REST

我正在尝试使用 REST API 作为 TestFairy 的描述 here http://docs.testfairy.com/API/Rest_API.html。但是,无论我尝试调用哪个 API,我总是得到:

{
   "status":"fail",
   "code":106,
   "message":"No permissions"
}

我正在使用 OSX 和 curl,如下所示:

curl -u "EMAIL:API_KEY" "https://app.testfairy.com/api/1/projects"

当然 EMAILAPI_KEY 将替换为相关值。

我做错了什么?

使用我的 TestFairy 帐户密码而不是 API_KEY 总是会导致 "User not found".

另请注意;该帐户正在使用 TestFairy 的免费计划。这对 REST API 的可用性有影响吗?

是的,原始 API 访问是付费计划功能,仅适用于 Startup 和 Enterprise 软件包。这就是您收到 "no permissions" 错误的原因。您应该通过电子邮件向 TestFairy 的支持人员发送电子邮件以获取更多信息。