cURL
curl --request GET \ --url https://api.tinyinbox.app/conversations/{conversationId}/messages \ --header 'Authorization: Bearer <token>'
{ "messages": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "conversationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "senderType": "visitor", "body": "<string>", "createdAt": "2023-11-07T05:31:56Z", "senderId": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.tinyinbox.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tinyinbox.co/llms.txt
Use this file to discover all available pages before exploring further.
儀表板和帳號路由使用的已簽署使用者 session token。
對話訊息
Show child attributes