pushbullet.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Chats
create
chats.create
Start a chat with another Pushbullet user by email
Risk: write
Output
with full type
with full type
delete
chats.delete
Delete a chat
Risk: destructive
Output: empty object
list
chats.list
List the chats on the account
Risk: read
Output
chats full type
chats full type
setMuted
chats.setMuted
Mute or unmute a chat
Risk: write
Output
with full type
with full type
Devices
delete
devices.delete
Delete a device from the account
Risk: destructive
Output: empty object
list
devices.list
List devices registered to the account
Risk: read
Output
devices full type
devices full type
register
devices.register
Register a new device on the account
Risk: write
Output
update
devices.update
Update a device nickname, model or push token
Risk: write
Output
Files
uploadRequest
files.uploadRequest
Reserve an upload slot, returning the upload URL and the file URL to use in a file push
Risk: write
Output
Pushes
create
pushes.create
Send a note, link or file push to a device, person or channel
Risk: write
Output
delete
pushes.delete
Delete a single push
Risk: destructive
Output: empty object
deleteAll
pushes.deleteAll
Delete every push on the account
Risk: destructive
list
pushes.list
List pushes on the account, optionally modified after a time
Risk: read
Output
pushes full type
pushes full type
update
pushes.update
Mark a push dismissed or undismissed
Risk: write
Output
Users
me
users.me
Retrieve the account the access token belongs to
Risk: read