curl --request GET \
--url https://api.unibee.dev/merchant/webhook/endpoint_list \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"endpointList": [
{
"createTime": 123,
"gmtModify": 123,
"id": 123,
"merchantId": 123,
"type": 123,
"webhookEvents": [
"<string>"
],
"webhookUrl": "<string>"
}
],
"zapierCredential": {
"accessToken": "<string>",
"createdAt": 123,
"expiredAt": 123,
"extra": {},
"merchantId": 123,
"refreshToken": "<string>",
"scope": [
"<string>"
],
"subscriptions": [
{
"createdAt": 123,
"endpointId": 123,
"events": [
"<string>"
],
"hookUrl": "<string>",
"secret": "<string>",
"status": "<string>",
"updatedAt": 123,
"zapId": "<string>"
}
],
"tokenType": "<string>",
"updatedAt": 123
}
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}curl --request GET \
--url https://api.unibee.dev/merchant/webhook/endpoint_list \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"endpointList": [
{
"createTime": 123,
"gmtModify": 123,
"id": 123,
"merchantId": 123,
"type": 123,
"webhookEvents": [
"<string>"
],
"webhookUrl": "<string>"
}
],
"zapierCredential": {
"accessToken": "<string>",
"createdAt": 123,
"expiredAt": 123,
"extra": {},
"merchantId": 123,
"refreshToken": "<string>",
"scope": [
"<string>"
],
"subscriptions": [
{
"createdAt": 123,
"endpointId": 123,
"events": [
"<string>"
],
"hookUrl": "<string>",
"secret": "<string>",
"status": "<string>",
"updatedAt": 123,
"zapId": "<string>"
}
],
"tokenType": "<string>",
"updatedAt": 123
}
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
EndpointList
Show child attributes
create utc time
update time
id
webhook url
webhook type,0-Webhook,1-zapier
webhook_events,split dot
webhook url
Show child attributes
zapier access token
token created at
token expired at
merchant id
zapier refresh token
zapier scopes
zapier subscriptions
Show child attributes
subscription created at
linked endpoint id
subscription events
zapier hook url
zapier secret
subscription status
subscription updated at
zapier zap id
zapier token type
token updated at