curl --request GET \
--url https://api.unibee.top/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>",
"success": true,
"title": "<string>"
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
Get email send history list
curl --request GET \
--url https://api.unibee.top/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>",
"success": true,
"title": "<string>"
}
],
"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
Sort Field,gmt_create|gmt_modify,Default gmt_modify
Sort Type,asc|desc,Default desc
Page, Start 0
Count Of Per Page
CreateTimeStart
CreateTimeEnd
The response is of type object
.