curl --location 'https://api.techrar.com/api/v1/dashboard/admin/integrations/webhooks/logs/' \
--header 'org-id: 70' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'{
"count": 4,
"next": null,
"previous": null,
"results": [
{
"id": 2,
"url": "http://localhost:8000/api/v1/health/",
"event": "order.completed",
"payload": {
"test": "test"
},
"headers": {
"Content-Type": "application/json",
"X-Signature": "nuXWCDd6P65jNl+Bp58qerjNgLX5KMogvLSCbof1Kno=",
"test": "test"
},
"response_status": 403,
"response_body": null,
"status": "failed",
"created_at": "2025-08-05T13:58:11.431062+03:00"
}
]
}