v1

latestOpenAPI 3.0.0http://www.apache.org/licenses/LICENSE-2.0.html2026-07-14543167.2 KB
messages

Send a new direct message

put/directMessages

Request body

textstring required

See the Rich Text page to learn more about formatting

tostring uuid required

The user id of the receiver.

fromstring uuid

The user id of the sender. Only an admin user can be chosen. If this field is not provided, the user that created the API key will be used.

Example request

{
  "text": "<p>Hello!</p>"
}

Response

Successful response