使用 Postman 设置访问令牌

Vic*_*cky 6 authentication rest postman

我有一个 REST API,我想使用 Postman 向它发送请求。该请求应与承载身份验证令牌一起发送。我怎样才能添加这个?

bud*_*mat 5

Authorization您可以添加带有键和Bearer <insert_your_token_here>值的标头参数。