curl --request GET \
--url https://api.unibee.top/merchant/webhook/endpoint_log_list \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"endpointLogList": [
{
"body": "<string>",
"createTime": 123,
"endpointId": 123,
"id": 123,
"mamo": "<string>",
"merchantId": 123,
"reconsumeCount": 123,
"requestId": "<string>",
"response": "<string>",
"webhookEvent": "<string>",
"webhookUrl": "<string>"
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
curl --request GET \
--url https://api.unibee.top/merchant/webhook/endpoint_log_list \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"endpointLogList": [
{
"body": "<string>",
"createTime": 123,
"endpointId": 123,
"id": 123,
"mamo": "<string>",
"merchantId": 123,
"reconsumeCount": 123,
"requestId": "<string>",
"response": "<string>",
"webhookEvent": "<string>",
"webhookUrl": "<string>"
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
EndpointId
Page, Start With 0
Count Of Page
The response is of type object
.