curl --location '/api/partner/v1/webhooks//deliveries?event=&status=&page=&per_page=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"event": "string",
"attempt": 1,
"status": "sent",
"http_code": 0,
"response_body": "string",
"sent_at": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"total": 42,
"current_page": 1,
"per_page": 15,
"last_page": 3
}
}