使用 api 将联系人添加到 pushbullet

Add contact to pushbullet with the api

我正在尝试使用 api.

在 pushbullet 上向我的联系人添加联系人

我将以下 json 数据与我的 POST 请求一起发送到 https://api.pushbullet.com/v2/contacts

{ "name": "some name", "email": "test@example.com" }

根据 documentation 这应该添加联系人。 相反,我收到错误的请求错误。

当通过 api 请求我的联系人列表时,它总是空的。我可以使用 Windows 桌面客户端和网络添加联系人。然而,这些联系人仅显示在桌面和网络上,而不是在使用 api.

这个请求对我来说工作正常,你正在使用的请求到底是什么?错误的请求错误说明了什么?

联系人最近被替换为 /v2/chats,尚未记录,我应该在文档中替换它们,对此感到抱歉!