GET
/
merchant
/
webhook
/
endpoint_log_list
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

endpointId
integer
required

EndpointId

page
integer

Page, Start With 0

count
integer

Count Of Page

Response

200 - application/json
code
integer
data
object
message
string
redirect
string
requestId
string