curl --location --request GET '/v2/webhooks//logs?limit&offset&status&event_type' \
--header 'Authorization: Bearer <token>'{
"logs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "string",
"event_type": "string",
"http_status_code": 0,
"duration_ms": 0,
"request": {
"property1": "string",
"property2": "string"
},
"response": {
"property1": "string",
"property2": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"delivered_at": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"limit": 0,
"offset": 0
}