List Webhooks
Last updated
Was this helpful?
Last updated
Was this helpful?
GET /public/v1/notifications/webhooks HTTP/1.1
Host:
Accept: */*
OK
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-05-12T20:50:33.190Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-05-12T20:50:33.190Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"url": "text",
"description": "text",
"status": "Enabled",
"type": "ValidatePurchaseOrderDraft",
"secret": "text",
"statistics": {
"total": 1,
"successes": 1,
"failures": 1,
"failuresSinceLastSuccess": 1
},
"objectType": "Order",
"account": {
"id": "text",
"icon": "text",
"type": "Client",
"status": "Active",
"name": "text"
},
"object": {
"id": "text",
"name": "text",
"icon": "text"
},
"criteria": [
{
"key": "text",
"value": "text"
}
],
"lastSuccess": {
"success": true,
"callTime": "2025-05-12T20:50:33.190Z",
"responseTime": "2025-05-12T20:50:33.190Z",
"headers": "text",
"error": "text",
"response": "text",
"reasonPhrase": "text",
"httpStatusCode": "Continue"
},
"lastFailure": {
"success": true,
"callTime": "2025-05-12T20:50:33.190Z",
"responseTime": "2025-05-12T20:50:33.190Z",
"headers": "text",
"error": "text",
"response": "text",
"reasonPhrase": "text",
"httpStatusCode": "Continue"
},
"lastCall": {
"success": true,
"callTime": "2025-05-12T20:50:33.190Z",
"responseTime": "2025-05-12T20:50:33.190Z",
"headers": "text",
"error": "text",
"response": "text",
"reasonPhrase": "text",
"httpStatusCode": "Continue"
}
}
]
}