curl --request GET \
--url https://api.unibee.dev/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.dev/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
Show child attributes
EndpointLogList
Show child attributes
body(json)
create utc time
id
mamo
webhook url
request_id
response
webhook_event
webhook url
Total