Email folder, through the /v1/message/folder/list endpoint. e.g. Inbox. Note: Inbox for incoming messages, Drafts for drafts, Sent for sent messages, Deleted Items for deleted emails.
Example:
["Inbox"]
mail_id
string
required
Mail ID (can be obtained from the GetMX management backend or through the /v1/mail/list endpoint; the 'id' field is the 'mail_id').
Example:
12345678
start_time
string
required
Start time
Example:
2024-05-01
end_time
string
required
End time, note: The API time selection granularity is by day. To select the current day, please add one day to the date. For example, if 'end_time' is set to 2021-05-01, it represents 2021-05-01 00:00:00. To request data for 2021-05-01, set it to 2021-05-02.