Get detailed Webhook Event info
- Returns detailed Webhook Event request and response information for debugging
Path Parameters
- webhook-event-uid integer required
Possible values:
>= 1
Unique Identifier for Webhook Event Item
Responses
- 200
- 400
- 401
- 403
OK
- text/html
- Schema
- Example
Schema
- string
EVENT DETAILS: log.access_granted_by_api_call (ID: wh_5) Event Timestamp: 2025-05-05T21:38:43Z Request Timestamp: 2025-05-05T21:38:44Z Response Timestamp: 2025-05-05T21:38:44Z Response Time: 23 ms Status: Failed (6/6 attempts)
REQUEST: URL: https://api.yourcompany.com/webhooks/test Method: POST Headers: Content-Type: application/json Content-Length: 114 User-Agent: BAS-IP-Webhook-Service/1.0 X-Webhook-Signature: de35f883b0d91c78fc8f27b8cb827a7ad4df7165460d178be47cc02fd4faa6c6 X-Webhook-Timestamp: 2025-04-29T20:39:14Z X-Webhook-Attempt: 6
Payload: { "data": { "test": "success" }, "created_at": 1745947873611, "event_id": 45, "event_type": "log.access_granted_by_api_call" }
RESPONSE: Status: 401 Login required
Base errors for all entities
- Wrong pagination limit
- Wrong page number
- Wrong filter type
- Wrong filter field
- Wrong filter format
- Wrong filter value
- Wrong sort type
Errors appeared only in log entities: - Wrong time format
- Wrong time range: 'to' must be greater then 'from'
Errors appeared in other entities: - Wrong sort field
- application/json
- Schema
- Example (from schema)
- Pagination Limit
- Pagination Page Number
- Sort type
- Sort field
- Filter type
- Filter field
- Filter value
- Filter format
- Time format
- Time range
Schema
- error string
Error message
{
"error": "Administrator rights required"
}
{
"error": "Wrong pagination limit"
}
{
"error": "Wrong page number"
}
{
"error": "Wrong sort type"
}
{
"error": "Wrong sort field"
}
{
"error": "Wrong filter type"
}
{
"error": "Wrong filter field"
}
{
"error": "Wrong filter value"
}
{
"error": "Wrong filter format"
}
{
"error": "Wrong time format"
}
{
"error": "Wrong time range: 'to' must be greater then 'from'"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error string
Error message
{
"error": "Administrator rights required"
}
{
"error": "Administrator rights required"
}
Loading...