Messages
Inbox, composing, attachments, and blocked users.
Reference
Messages — Inbox
Audience: All authenticated users
/messages
CopiedConversation 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/create
CopiedStart a new conversation with another user or team.
Primary actions
- Compose and send (POST /messages)
Messages — Blocked Users
Audience: All authenticated users
/messages/blocked
CopiedManage 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}/view
CopiedView message attachments with secure access controls.
Primary actions
- View attachment
Messages — Attachments (Download)
Audience: All authenticated users
/messages/attachments/{attachment}/download
CopiedDownload message attachments with secure access controls.
Primary actions
- Download attachment