将来自cURL的apitoken添加到Postman

时间:2018-10-25 17:12:54

标签: curl postman

我正在使用在Cygwin中运行良好的cURL,但是我想在邮递员中使用它。它使用一个APITOKEN变量,但是我不知道如何在POSTMAN中使用它或在哪里添加APITOKEN。在cygwin中效果很好,并返回正确的行(它是GET)。

curl -u apitoken:myTOKEN http://url.com?complete=false

这甚至可能吗?如果我尝试将其添加到标题中。我收到此错误。

<OperationName>GetConstituents</OperationName>
<ResultSet>
    <OperationSucceeded>False</OperationSucceeded>
    <OperationResult>Missing ApiDeviceToken or ApiToken.</OperationResult>
    <OperationKey>0</OperationKey>
</ResultSet>

0 个答案:

没有答案