curl --request GET \
--url https://api.unibee.top/merchant/metric/list \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"merchantMetrics": [
{
"aggregationProperty": "<string>",
"aggregationType": 123,
"code": "<string>",
"createTime": 123,
"gmtModify": 123,
"id": 123,
"merchantId": 123,
"metricDescription": "<string>",
"metricName": "<string>",
"type": 123
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Sort,user_id|gmt_create,Default gmt_create
Sort Type,asc|desc,Default desc
Page,Start 0
Count OF Page
CreateTimeStart
CreateTimeEnd
The response is of type object
.
curl --request GET \
--url https://api.unibee.top/merchant/metric/list \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"merchantMetrics": [
{
"aggregationProperty": "<string>",
"aggregationType": 123,
"code": "<string>",
"createTime": 123,
"gmtModify": 123,
"id": 123,
"merchantId": 123,
"metricDescription": "<string>",
"metricName": "<string>",
"type": 123
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
curl --request GET \
--url https://api.unibee.top/merchant/metric/list \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"merchantMetrics": [
{
"aggregationProperty": "<string>",
"aggregationType": 123,
"code": "<string>",
"createTime": 123,
"gmtModify": 123,
"id": 123,
"merchantId": 123,
"metricDescription": "<string>",
"metricName": "<string>",
"type": 123
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Sort,user_id|gmt_create,Default gmt_create
Sort Type,asc|desc,Default desc
Page,Start 0
Count OF Page
CreateTimeStart
CreateTimeEnd
The response is of type object
.
curl --request GET \
--url https://api.unibee.top/merchant/metric/list \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"merchantMetrics": [
{
"aggregationProperty": "<string>",
"aggregationType": 123,
"code": "<string>",
"createTime": 123,
"gmtModify": 123,
"id": 123,
"merchantId": 123,
"metricDescription": "<string>",
"metricName": "<string>",
"type": 123
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}