Messages

Inbox, composing, attachments, and blocked users.

Reference
Messages — Inbox
Audience: All authenticated users
/messagesCopied

Conversation threads for marketplace and collaboration. Filter, read, reply, archive, and manage blocked senders.

Primary actions

  • Open threads
  • Archive/unarchive threads (POST /messages/{threadId}/archive|unarchive)
  • Block/unblock sender (POST /messages/block/{userId}, /messages/unblock/{userId})
Messages — Compose
Audience: All authenticated users
/messages/createCopied

Start a new conversation with another user or team.

Primary actions

  • Compose and send (POST /messages)
Messages — Blocked Users
Audience: All authenticated users
/messages/blockedCopied

Manage users you have blocked from contacting you.

Primary actions

  • Review blocked list
  • Unblock users (POST /messages/unblock/{userId})
Messages — Attachments (View)
Audience: All authenticated users
/messages/attachments/{attachment}/viewCopied

View message attachments with secure access controls.

Primary actions

  • View attachment
Messages — Attachments (Download)
Audience: All authenticated users
/messages/attachments/{attachment}/downloadCopied

Download message attachments with secure access controls.

Primary actions

  • Download attachment