API 参考
Inbox
此区域有 5 个端点。每个端点都有自己的页面,包含其参数、响应以及您可以运行的请求。
| 方法 | 路径 | 功能说明 | 权限 |
|---|---|---|---|
| POST | /v1/inbox/read-all | Mark every message in the inbox read. | — |
| GET | /v1/inbox/threads | The inbox — one row per conversation, newest first. | — |
| GET | /v1/inbox/threads/{threadKey} | One conversation, oldest message first. | — |
| POST | /v1/inbox/threads/{threadKey} | Mark a conversation read, or archive it. | — |
| GET | /v1/inbox/unread | The number the header badge renders. | — |