Skip to main content
Every 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
Input Output

delete

chats.delete Delete a chat Risk: destructive
Input Output: empty object

list

chats.list List the chats on the account Risk: read
Input Output

setMuted

chats.setMuted Mute or unmute a chat Risk: write
Input Output

Devices

delete

devices.delete Delete a device from the account Risk: destructive
Input Output: empty object

list

devices.list List devices registered to the account Risk: read
Input Output

register

devices.register Register a new device on the account Risk: write
Input Output

update

devices.update Update a device nickname, model or push token Risk: write
Input 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
Input Output

Pushes

create

pushes.create Send a note, link or file push to a device, person or channel Risk: write
Input Output

delete

pushes.delete Delete a single push Risk: destructive
Input Output: empty object

deleteAll

pushes.deleteAll Delete every push on the account Risk: destructive
Input: empty object Output: empty object

list

pushes.list List pushes on the account, optionally modified after a time Risk: read
Input Output

update

pushes.update Mark a push dismissed or undismissed Risk: write
Input Output

Users

me

users.me Retrieve the account the access token belongs to Risk: read
Input: empty object Output