Retrieve webhook entriesAsk AIget https://partner-api.monta.com/api/v1/webhooks/entriesThis endpoint can help you debug pending/failed webhook entries. Required scope: webhooks:readQuery Paramspageint32Defaults to 0page number to retrieve (starts with 0)perPageint32Defaults to 10number of items per page (between 1 and 100, default 10)statusstring | nullenumFilter to retrieve entries by statusfailedpendingcompletedfailedAllowed:pendingcompletedfailedResponses 200List of webhook entries for your consumer in the past 24 hours 400The request is invalid 401Consumer with provided credentials was not found 403Operator doesn't have access to resource 404Entity with the provided id was not foundUpdated 7 months ago