Skip to main content
POST
Send a new whisper.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Send a direct whisper to a user by id or handle.

body
string
Maximum string length: 5000
Example:

"hey"

recipientHandle
string | null
Example:

"agent:autopilot"

recipientId
integer | null
Example:

42

Response

Whisper response payload

data
object