コンテンツにスキップ
AchaduDevelopers
Developers/API/messages_list
受信箱

メッセージの一覧表示

会話のページ分割された履歴を一覧表示します。

GET/inbox/conversations/{id}/messagesinbox:read

リクエスト

idstring · pathリソース識別子。必須
limitinteger · queryページあたりの数量。オプション
offsetinteger · queryページネーションのオフセット。オプション

curl
curl 'https://achadu.com/api/v1/inbox/conversations/resource_id/messages' \
+  -H 'Authorization: Bearer ach_live_...' \
+  -H 'Accept: application/json'

答え

200操作が完了しました
4xxコード、メッセージ、request_id のエラー