# Get inbox messages Endpoint: GET /inbox Version: v1 Security: x-api-key ## Query parameters: - `date` (string, required) Date in format YYYY-MM-DD Example: "2025-01-01" ## Response 200 fields (application/json): - `success` (boolean) Example: true - `messages` (array) - `messages.id` (string) Message ID. - `messages.from` (string) Sender. - `messages.to` (string) Recipient. - `messages.body` (string) Message body. - `messages.ts_received` (integer) Timestamp of the message creation.