Webhook Registered list
All data entry registration list
API Endpoint
| URL |
{base url}/api/WebHook/HookRegistered |
| Method |
GET |
| Authorization |
Bearer Token |
| Content-Type |
application/json |
Request Headers
| Parameter |
Type |
Required |
Description |
| APIKEY |
string |
true |
System key code |
Response Parameters
| Parameter |
Type |
Description |
| Id |
integer |
Error status (0 = no error) |
| Success |
boolean |
Request status |
| Message |
string |
Reply message |
| RequestId |
string |
Reference code for request |
| Size |
integer |
Number of records returned |
| Data |
object |
Registration information |
Data
| Parameter |
Type |
Description |
| Action |
string |
Information to be received |
| Endpoint |
string |
Receiving address |
| Email |
string |
Contact e-mail |
| Active |
string |
Usage status |
| UpdateDate |
datetime |
Update time |
Response JSON Example
{
"Id": 0,
"Success": true,
"Message": "SUCCESS",
"RequestId": "DEB5DE5E-6BC9-4A64-AE9C-CC9B0E5EAC9A",
"Size": 1,
"Data": [
{
"Action": "ORDER_STATUS",
"Endpoint": "https://webhook.site/480db11c-5d0e-4b12-8b38-1efef229",
"Email": "info@gmail.com",
"Active": true,
"UpdateDate": "2025-04-30T16:06:17.9398479"
}
]
}