Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Successful request GET /api/v2/admin/webhooks/3/failed 200 { "failed_log": null }
// Successful request GET /api/v2/admin/webhooks/4/failed 200 { "failed_log": [] }
// Not admin user GET /api/v2/admin/webhooks/:webhook_id/failed 401
// Webhook not found GET /api/v2/admin/webhooks/-1/failed 404 { "error": "Couldn't find Webhook with 'id'=-1" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |