curl --request GET \
--url https://api.unibee.dev/merchant/metric/list \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"merchantMetrics": [
{
"aggregationProperty": "<string>",
"aggregationType": 123,
"archived": true,
"code": "<string>",
"createTime": 123,
"gmtModify": 123,
"id": 123,
"merchantId": 123,
"metaData": {},
"metricDescription": "<string>",
"metricName": "<string>",
"type": 123,
"unit": "<string>"
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}curl --request GET \
--url https://api.unibee.dev/merchant/metric/list \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"merchantMetrics": [
{
"aggregationProperty": "<string>",
"aggregationType": 123,
"archived": true,
"code": "<string>",
"createTime": 123,
"gmtModify": 123,
"id": 123,
"merchantId": 123,
"metaData": {},
"metricDescription": "<string>",
"metricName": "<string>",
"type": 123,
"unit": "<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, code or name
Sort,user_id|gmt_create,Default gmt_create
Sort Type,asc|desc,Default desc
Page,Start 0
Count OF Page
CreateTimeStart,UTC timestamp,seconds
CreateTimeEnd,UTC timestamp,seconds