Skip to content
  • Auto
  • Light
  • Dark
Download Beeper

API Reference

Libraries

npm install @beeper/desktop-api
pip install beeper_desktop_api
go get -u 'github.com/beeper/desktop-api-go@v0.0.1'

API Overview

Accounts

Manage connected chat accounts

AccountsContacts

Manage contacts on a specific account

Search contacts
get/v1/accounts/{accountID}/contacts

Assets

Manage assets in Beeper Desktop, like message attachments

Download an asset
post/v1/assets/download

Chats

Manage chats

Archive or unarchive a chat
post/v1/chats/{chatID}/archive
Create a chat
post/v1/chats
List chats
get/v1/chats
Retrieve chat details
get/v1/chats/{chatID}
Search chats
get/v1/chats/search

ChatsReminders

Manage reminders for chats

Create a chat reminder
post/v1/chats/{chatID}/reminders
Delete a chat reminder
delete/v1/chats/{chatID}/reminders

Messages

Manage messages in chats

List messages
get/v1/chats/{chatID}/messages
Search messages
get/v1/messages/search
Send a message
post/v1/chats/{chatID}/messages