curl --location 'https://api.hashpay.me/v1/organizations//webhook-deliveries' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"status": "pending",
"attemptCount": 0,
"eventType": "string",
"eventId": "string",
"endpointId": "string",
"responseStatus": 0,
"nextAttemptAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}