curl --request GET \
--url https://api.unibee.dev/merchant/email/history_list \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"emailHistories": [
{
"attachFile": "<string>",
"content": "<string>",
"createTime": 123,
"email": "<string>",
"id": 123,
"merchantId": 123,
"response": "<string>",
"status": 123,
"title": "<string>"
}
],
"emailHistoryStatistics": {
"totalFail": 123,
"totalSend": 123,
"totalSuccess": 123
},
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Get email send history list
curl --request GET \
--url https://api.unibee.dev/merchant/email/history_list \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"emailHistories": [
{
"attachFile": "<string>",
"content": "<string>",
"createTime": 123,
"email": "<string>",
"id": 123,
"merchantId": 123,
"response": "<string>",
"status": 123,
"title": "<string>"
}
],
"emailHistoryStatistics": {
"totalFail": 123,
"totalSend": 123,
"totalSuccess": 123
},
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search Key, email or title
Filter Email
status, 0-pending, 1-success, 2-failure
Sort Field,gmt_create|gmt_modify,Default gmt_modify
Sort Type,asc|desc,Default desc
Page, Start 0
Count Of Per Page
CreateTimeStart,UTC timestamp,seconds
CreateTimeEnd,UTC timestamp,seconds