https://api.payload.com/webhook_logs
Nested Objects
https://api.payload.com/webhook_logs/{id}/webhook
Example
{
"id": "1OW6M5L04JxbPvYTvaf87sChe",
"object": "webhook_log",
"attrs": {},
"created_at": "2024-08-21 13:35:03",
"http_status": 519.94,
"modified_at": "2024-08-21 13:35:03",
"oauth_status": 570.14,
"trigger": "bank_account_reject",
"url": "string",
"webhook_id": "Z95M7kzah1sfqYijdxp9hiS0",
"triggered_on": {
"id": "1ENkMF02QMEPqJ6af0NscLYXT",
"object": "string",
"value": "string"
}
}
| Attributes | Description |
|---|---|
idstring readonly |
Object ID |
objectstring readonly |
Value: webhook_log |
attrsjson |
Custom object attributes |
created_atdatetime readonly |
None |
http_statusnumber required |
HTTP status response from OAuth Request |
modified_atdatetime readonly |
None |
oauth_statusnumber non-default |
HTTP status response from OAuth Request |
triggerstring required |
Values: bank_account_reject reject refund void automatic_payment payment processed authorized decline processing_status deposit payment_activation:status payment_link:status reversal credit transaction:operation transaction:operation:clear |
urlstring required |
Triggered URL |
webhook_idid required |
ID of the associated Webhook object |
| triggered_on: | |
|---|---|
idstring required |
Object ID |
objectstring required |
Object name |
valuestring |
Specific value of trigger attribute if applicable |