Get webhook delivery history
GET
/webhooks/{id}/historyAuthorization
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idintegerrequiredResponses
200Delivery history
Request
curl -X GET "https://api.onbolder.com/v2/webhooks/0/history" \
-H "Authorization: Bearer YOUR_TOKEN"const response = await fetch("https://api.onbolder.com/v2/webhooks/0/history", {
method: "GET",
headers: {
"Authorization": "Bearer YOUR_TOKEN"
}
});import requests
response = requests.get(
"https://api.onbolder.com/v2/webhooks/0/history",
headers={
"Authorization": "Bearer YOUR_TOKEN"
},
)Response
Delivery history